Skip to content

Commit aef78d2

Browse files
committed
new pipeline for python311
#25
1 parent 50671b8 commit aef78d2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/usr/bin/env groovy
2+
3+
// This Jenkinsfile uses the internal VITO shared library
4+
5+
@Library('lib')_
6+
7+
containerImageBuildPipeline {
8+
dockerfile = 'docker/AlmaLinux/Dockerfile.creo'
9+
docker_registry_prod = 'vito-docker.artifactory.vgt.vito.be'
10+
downstream_jobs = ['openEO/openeo-deploy-cdse']
11+
downstream_job_params = ['force_redeploy': 'false', 'cluster': '']
12+
image_name = 'openeo-geotrellis-kube-python311'
13+
promotion_job = false
14+
run_tests = false
15+
}

0 commit comments

Comments
 (0)