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 {
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}
"""
echo "FOO is ${env.BUILD_NUMBER}"
milestone(1)
}
}

Loading…
Cancel
Save