From f975636378a2323f2cf9605e4568f55cb377c591 Mon Sep 17 00:00:00 2001 From: Megha Mehta <76773785+mm2020-ind@users.noreply.github.com> Date: Fri, 12 Mar 2021 15:56:58 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cf5dee2..fa9eed9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ node { sh""" kubectl port-forward svc/argocd-server -n argocd 8080:443& - 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 """ }