From 5a47ea37815b5f596428ad5d5ac8d67f11d4e72a Mon Sep 17 00:00:00 2001 From: sridhar Date: Fri, 8 Sep 2023 17:36:23 +0530 Subject: [PATCH] added df --- Jenkinsfile | 4 ++-- deployement.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index de75d9c19..9b302b561 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,8 +27,8 @@ pipeline{ stage('docker push image '){ steps{ sh 'docker image build -t spc123 .' - sh 'docker image tag spc123 sridhar006/spc-mvn:3.9.4:${BUILD_ID}' - sh 'docker push sridhar006/spc-mvn:3.9.4:${BUILD_ID}' + sh 'docker image tag spc123 sridhar006/spc-mvn-3.9.4:${BUILD_ID}' + sh 'docker push sridhar006/spc-mvn-3.9.4:${BUILD_ID}' } } diff --git a/deployement.yaml b/deployement.yaml index bd503b3a5..1ed6de26d 100644 --- a/deployement.yaml +++ b/deployement.yaml @@ -25,7 +25,7 @@ spec: spec: containers: - name: nop - image: spc-mvn:3.9.4:${BUILD_ID} + image: spc-mvn-3.9.4:${BUILD_ID} ports: - containerPort: 8080