From 2c2de91254ab0eaab5d755b21377b82b9aef576b Mon Sep 17 00:00:00 2001 From: Megha Mehta <76773785+mm2020-ind@users.noreply.github.com> Date: Fri, 12 Mar 2021 02:05:10 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 868d6a9..29cc966 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ node { sh 'kubectl port-forward svc/argocd-server -n argocd 8080:443&' // sh 'argocd login 127.0.0.1:8080' sh 'argocd login 127.0.0.1:8080 --insecure --username admin --password admin' - sh 'argocd app list' + sh 'sudo argocd app list' } }