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

main
onikolskyy 1 year ago
parent 132196974c
commit eee52dc64d

2
Jenkinsfile vendored

@ -13,7 +13,7 @@ pipeline {
script { 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}"
sh """ sh """
#sleep 2400 sleep 2400
image="swr.eu-de.otc.t-systems.com/omnia-test/test-build:latest" 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 build -t ${image} .

Loading…
Cancel
Save