Skip to content

Commit

Permalink
The jenkinslib is smart enough to use the prod registry when there's …
Browse files Browse the repository at this point in the history
…no promotion job
  • Loading branch information
tcassaert committed Sep 24, 2024
1 parent 0c0ca7b commit 337fd69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 337fd69

Please sign in to comment.