Skip to content

Commit

Permalink
#117 Remove docker_run_options from Jenkinsfile
Browse files Browse the repository at this point in the history
now managed from hiera-resenv (see GDD-2861)
  • Loading branch information
soxofaan committed Oct 3, 2023
1 parent 54e41cd commit b91e8cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ pythonPipeline {
docker_deploy = true
dev_hosts = 'docker-services-dev-01.vgt.vito.be'
prod_hosts = 'docker-services-prod-01.vgt.vito.be'
// TODO #117: these docker_run_options settings don't seem to do much. Remove them?
// Real config for env vars seems to be in puptap/hiera-resenv.git. Also see GDD-2861
// docker_run_options_dev = ['-e OPENEO_AGGREGATOR_CONFIG=/home/openeo/aggregator/conf/aggregator.dev.py', '-p 8081:8080']
docker_run_options_prod = ['-e OPENEO_AGGREGATOR_CONFIG=/home/openeo/aggregator/conf/aggregator.prod.py', '-p 8081:8080']
pep440 = true
notification_channel = 'openeo-devs'
extra_env_variables = [
Expand Down

0 comments on commit b91e8cb

Please sign in to comment.