|
|
@ -20,6 +20,8 @@ podTemplate(label: 'pod', cloud: 'k8s-config', serviceAccount: 'jenkins-admin',
|
|
|
|
node('pod') {
|
|
|
|
node('pod') {
|
|
|
|
stage('Build Docker Image') {
|
|
|
|
stage('Build Docker Image') {
|
|
|
|
container('docker') {
|
|
|
|
container('docker') {
|
|
|
|
|
|
|
|
image='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 login $PASS swr.eu-de.otc.t-systems.com'
|
|
|
|
sh 'docker build -t ${image} .'
|
|
|
|
sh 'docker build -t ${image} .'
|
|
|
|
sh 'docker push ${image}'
|
|
|
|
sh 'docker push ${image}'
|
|
|
|