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

main
onikolskyy 1 year ago
parent 359dcf1623
commit 060fab23e7

2
Jenkinsfile vendored

@ -26,7 +26,7 @@ podTemplate(label: 'pod', cloud: 'k8s-config', serviceAccount: 'jenkins-admin',
stage('Build Docker Image') {
container('docker') {
script {
sh 'echo "FOO is $FOO"'
sh 'echo "FOO is ${env.FOO}"'
sh 'docker login $PASS swr.eu-de.otc.t-systems.com'
sh 'docker build -t ${imageName} .'
sh 'docker push ${image}'

Loading…
Cancel
Save