From d978520e0111da7bbfa6d74adbc0ef70686599ca Mon Sep 17 00:00:00 2001 From: brandon Date: Sun, 21 Mar 2021 23:48:01 -0400 Subject: [PATCH] update --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 682abd9..2f3c1fa 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"