a
test/pipeline/head There was a failure building this commit Details

main
onikolskyy 1 year ago
parent 2195ad9afe
commit b264471cde

2
Jenkinsfile vendored

@ -20,8 +20,6 @@ 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 swr.eu-de.otc.t-systems.com/omnia-test/test-ci:1.0.0.${env.BUILD_NUMBER} .'
sh 'docker push ${image}'

Loading…
Cancel
Save