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

main
onikolskyy 1 year ago
parent d96aa767d4
commit 92b1e0d1cb

2
Jenkinsfile vendored

@ -48,7 +48,7 @@ pipeline {
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 login \$PASS swr.eu-de.otc.t-systems.com
docker build -t ${image} .
docker push ${image}
"""

Loading…
Cancel
Save