Skip to content

Commit

Permalink
Jenkinsfile: Update docker_registry to push image to
Browse files Browse the repository at this point in the history
  • Loading branch information
tcassaert committed Sep 24, 2024
1 parent 98045d0 commit dd69f9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

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'
package_name = 'openeo-aggregator'
test_module_name = 'openeo_aggregator'
wipeout_workspace = true
Expand Down

0 comments on commit dd69f9e

Please sign in to comment.