From 76b3be6d79c2f804e1e32557c1ab1a187443772c Mon Sep 17 00:00:00 2001 From: brandon Date: Mon, 29 Mar 2021 11:18:32 -0400 Subject: [PATCH] update --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8b86243..73abca1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { checkout scm } } - stage('Deploy to Helm Chart') { + stage('Deploy to Helm') { steps { withCredentials([usernamePassword(credentialsId: 'github-qas-labs', passwordVariable: 'gitpass', usernameVariable: 'gituser')]) { sh "git clone https://$gituser:$gitpass@github.com/byangtri/argocd-example-apps.git"