From e79c7a7397903526db871357815bff5940fc2d79 Mon Sep 17 00:00:00 2001 From: sridhar Date: Fri, 8 Sep 2023 23:02:02 +0530 Subject: [PATCH] changed image --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index df1b9bf12..6c6c8cc74 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline{ } stage('artifact build'){ steps{ - sh 'docker image build -t spc-3.9.4 .' + // sh 'docker image build -t spc-3.9.4 .' sh 'docker image list' } } @@ -26,8 +26,8 @@ pipeline{ } stage('docker push image '){ steps{ - sh 'docker image build -t spc1234 .' - sh 'docker image tag spc1234 sridhar006/spc-3.9.4:${BUILD_ID}' + sh 'docker image build -t spc-3.9.4 .' + sh 'docker image tag spc-3.9.4 sridhar006/spc-3.9.4:${BUILD_ID}' sh 'docker push sridhar006/spc-3.9.4:${BUILD_ID}' }