diff --git a/Jenkinsfile b/Jenkinsfile index 93db64a..d33cb49 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,8 +3,7 @@ pythonPipeline { build_container_image = true - // Set dev registry as this job has no promotion job and we want to put the image in a public registry - docker_registry_dev = 'vito-docker.artifactory.vgt.vito.be' + docker_registry_prod = 'vito-docker.artifactory.vgt.vito.be' package_name = 'openeo-aggregator' test_module_name = 'openeo_aggregator' wipeout_workspace = true