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

main
onikolskyy 1 year ago
parent da55ac874c
commit 7a34a969b6

4
Jenkinsfile vendored

@ -3,7 +3,7 @@ repository="swr.eu-de.otc.t-systems.com"
tag="latest"
image="swr.eu-de.otc.t-systems.com/omnia-test/${repository}:${version}.${env.BUILD_NUMBER}"
namespace="demo"
def imageName = "swr.eu-de.otc.t-systems.com/omnia-test/test-ci:1.0.0.${env.BUILD_NUMBER}"
podTemplate(label: 'pod', cloud: 'k8s-config', serviceAccount: 'jenkins-admin',
imagePullSecrets: [
'default-secret'
@ -21,7 +21,7 @@ podTemplate(label: 'pod', cloud: 'k8s-config', serviceAccount: 'jenkins-admin',
stage('Build Docker Image') {
container('docker') {
script {
def imageName = "swr.eu-de.otc.t-systems.com/omnia-test/test-ci:1.0.0.${env.BUILD_NUMBER}"
sh 'docker login $PASS swr.eu-de.otc.t-systems.com'
sh 'docker build -t ${imageName} .'
sh 'docker push ${image}'

Loading…
Cancel
Save