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

main
onikolskyy 1 year ago
parent 42186e5f39
commit 79ee9d72db

7
Jenkinsfile vendored

@ -45,7 +45,12 @@ pipeline {
container('dind') {
echo "FOO is ${env.BUILD_NUMBER}"
sh """
image="swr.eu-de.otc.t-systems.com/omnia-test/test-build:latest"
docker login ${PASS} swr.eu-de.otc.t-systems.com
docker build -t ${image} .
docker push ${image}
"""
milestone(1)
}
}

Loading…
Cancel
Save