diff --git a/Jenkinsfile b/Jenkinsfile index 1834018..466eaaa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,6 +20,8 @@ podTemplate(label: 'pod', cloud: 'k8s-config', serviceAccount: 'jenkins-admin', node('pod') { stage('Build Docker Image') { container('docker') { + image='swr.eu-de.otc.t-systems.com/omnia-test/test-ci:1.0.0'+env.BUILD_NUMBER + sh 'docker login $PASS swr.eu-de.otc.t-systems.com' sh 'docker build -t ${image} .' sh 'docker push ${image}'