From 7b989417df529a54b0307d9c35de2db13cfd0850 Mon Sep 17 00:00:00 2001 From: Megha Mehta <76773785+mm2020-ind@users.noreply.github.com> Date: Fri, 12 Mar 2021 17:43:34 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 638f144..c5e125f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,6 @@ node { // withCredentials([usernamePassword(credentialsId: 'argocd-devops-lab', usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]) { sh""" kubectl port-forward svc/argocd-server -n argocd 8080:443& - kubectl get pods -A argocd login 127.0.0.1:8080 --insecure --username admin --password admin argocd app list """