From 8f318bdf058ea45920b9d4440f454355fcbdd506 Mon Sep 17 00:00:00 2001 From: Megha Mehta <76773785+mm2020-ind@users.noreply.github.com> Date: Fri, 12 Mar 2021 15:53:31 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f91016f..cdde336 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ node { sh""" kubectl port-forward svc/argocd-server -n argocd 8080:443& - sh 'argocd login 127.0.0.1:8080 --insecure --username $USERNAME --password $PASSWORD' + argocd login 127.0.0.1:8080 --insecure --username ${USERNAME} --password ${PASSWORD} argocd app list """ }