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

main
onikolskyy 1 year ago
parent 0a014a368c
commit d96aa767d4

4
Jenkinsfile vendored

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

Loading…
Cancel
Save