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

main
onikolskyy 1 year ago
parent 0a014a368c
commit d96aa767d4

2
Jenkinsfile vendored

@ -43,6 +43,7 @@ pipeline {
stage('Build Docker Image') { stage('Build Docker Image') {
steps { steps {
container('dind') { container('dind') {
script {
def image = "swr.eu-de.otc.t-systems.com/omnia-test/test-build:${env.BUILD_NUMBER}" def image = "swr.eu-de.otc.t-systems.com/omnia-test/test-build:${env.BUILD_NUMBER}"
echo "FOO is ${env.BUILD_NUMBER}" echo "FOO is ${env.BUILD_NUMBER}"
sh """ sh """
@ -51,6 +52,7 @@ pipeline {
docker build -t ${image} . docker build -t ${image} .
docker push ${image} docker push ${image}
""" """
}
milestone(1) milestone(1)
} }
} }

Loading…
Cancel
Save