@ -1,5 +1,5 @@
pipeline {
agent any
agent none
stages {
stage('Check out') {
@ -8,6 +8,7 @@ pipeline {
}
stage('Deploy 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"