|
@ -7,7 +7,7 @@ pipeline { |
|
|
checkout scm |
|
|
checkout scm |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
stage('Deploy to Helm Chart') { |
|
|
stage('Deploy to Helm') { |
|
|
steps { |
|
|
steps { |
|
|
withCredentials([usernamePassword(credentialsId: 'github-qas-labs', passwordVariable: 'gitpass', usernameVariable: 'gituser')]) { |
|
|
withCredentials([usernamePassword(credentialsId: 'github-qas-labs', passwordVariable: 'gitpass', usernameVariable: 'gituser')]) { |
|
|
sh "git clone https://$gituser:$gitpass@github.com/byangtri/argocd-example-apps.git" |
|
|
sh "git clone https://$gituser:$gitpass@github.com/byangtri/argocd-example-apps.git" |
|
|