From 96ac5748e52992bd8a23dafef932d9ac265763bd Mon Sep 17 00:00:00 2001 From: Megha Mehta <76773785+mm2020-ind@users.noreply.github.com> Date: Sat, 13 Mar 2021 02:11:15 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index be46811..b24e8e3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,10 @@ node { // sh""" sh 'kubectl port-forward svc/argocd-server -n argocd 8080:443&' sh 'argocd logout 127.0.0.1:8080' + sh 'echo $PASSWORD' + sh""" + echo $PASSWORD + """ sh 'argocd login 127.0.0.1:8080 --insecure --username $USERNAME --password $PASSWORD' sh 'argocd app list' // """