diff --git a/Jenkinsfile b/Jenkinsfile index 293b06e1a..447b04a41 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { } */ environment { - registry = "imranvisualpath/vproappdock" + registry = "harsh199722/vproappdock" registryCredential = 'dockerhub' } @@ -97,11 +97,6 @@ pipeline { } } } - stage('Kubernetes Deploy') { - agent { label 'KOPS' } - steps { - sh "helm upgrade --install --force vproifle-stack helm/vprofilecharts --set appimage=${registry}:${BUILD_NUMBER} --namespace prod" - } } }