Skip to content

Commit

Permalink
Don't build image anymore and trigger image build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tcassaert committed Sep 19, 2024
1 parent 65816b4 commit bef6993
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,11 @@ pythonPipeline {
extras_require = 'dev'
wheel_repo = 'python-openeo'
upload_dev_wheels = false
build_container_image = true
docker_deploy = true
dev_hosts = 'docker-services-dev-01.vgt.vito.be'
prod_hosts = 'docker-services-prod-01.vgt.vito.be'
pep440 = true
notification_channel = 'openeo-devs'
extra_env_variables = [
/* Set pytest `basetemp` inside Jenkins workspace. (Note: this is intentionally Jenkins specific, instead of a global pytest.ini thing.) */
"PYTEST_DEBUG_TEMPROOT=pytest-tmp",
]
pre_test_script = 'pre_test.sh'
downstream_job = 'openEO/openeo-aggregator-integrationtests'
downstream_job = 'openEO/openeo-platform-aggregator-image'
}

0 comments on commit bef6993

Please sign in to comment.