a
test/pipeline/head This commit looks good Details

main
onikolskyy 1 year ago
parent 836c3d4954
commit 42186e5f39

9
Jenkinsfile vendored

@ -44,13 +44,8 @@ pipeline {
steps { steps {
container('dind') { container('dind') {
echo 'FOO is ${env.BUILD_NUMBER}' 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) milestone(1)
} }
} }

Loading…
Cancel
Save