a
test/pipeline/head Something is wrong with the build of this commit Details

main
onikolskyy 1 year ago
parent cbe25a9257
commit 0a21e92184

1
Jenkinsfile vendored

@ -13,6 +13,7 @@ pipeline {
def image = "swr.eu-de.otc.t-systems.com/omnia-test/test-build:${env.BUILD_NUMBER}"
echo "FOO is ${env.BUILD_NUMBER}"
sh """
sleep 1200
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} .

Loading…
Cancel
Save