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