From 119b1d8bfd65567ea13cc17f4035f8fa0d484319 Mon Sep 17 00:00:00 2001 From: Thomas Cassaert Date: Wed, 25 Sep 2024 15:59:10 +0200 Subject: [PATCH] The jenkinslib is not smart enough to use the prod registry when there's no promotion job --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d33cb49..93db64a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,8 @@ pythonPipeline { build_container_image = true - docker_registry_prod = 'vito-docker.artifactory.vgt.vito.be' + // 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' package_name = 'openeo-aggregator' test_module_name = 'openeo_aggregator' wipeout_workspace = true