From af8cf863c46d814859af5123179879e0b61a2e0b Mon Sep 17 00:00:00 2001 From: brandon Date: Tue, 23 Mar 2021 10:46:53 -0400 Subject: [PATCH] update --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0c5da3a..113d088 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"