From e17647a1dd32a4f9b28d390df36c961a42e07c37 Mon Sep 17 00:00:00 2001 From: Megha Mehta <76773785+mm2020-ind@users.noreply.github.com> Date: Fri, 12 Mar 2021 17:45:22 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 638f144..77fad57 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,7 @@ node { sh""" kubectl port-forward svc/argocd-server -n argocd 8080:443& kubectl get pods -A + argocd logout 127.0.0.1:8080 argocd login 127.0.0.1:8080 --insecure --username admin --password admin argocd app list """