From d9da7cdc8223c435819e8efb4913e92aae0dcc01 Mon Sep 17 00:00:00 2001 From: "SHAIK.SOHAIL" <121076079+shaiksohail11@users.noreply.github.com> Date: Wed, 15 Mar 2023 15:51:00 +0530 Subject: [PATCH] Update Jenkinsfile2 --- Jenkinsfile2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 0df5d2759..41a71af7c 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -19,5 +19,10 @@ pipeline { sh 'docker push shaik1128/spring-petclinic:3.0' } } + stage('deploy') { + steps { + sh 'kubectl apply -f spc.yaml' + } + } } }