Skip to content

Commit

Permalink
The jenkinslib is not smart enough to use the prod registry when ther…
Browse files Browse the repository at this point in the history
…e's no promotion job
  • Loading branch information
tcassaert committed Sep 25, 2024
1 parent 9e77e86 commit 119b1d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 119b1d8

Please sign in to comment.