Browse Source

update

pull/82/head
brandon 4 years ago
parent
commit
f5e76ab749
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -7,7 +7,7 @@ pipeline {
checkout scm checkout scm
} }
} }
stage('Deploy Helm') { stage('Deploy to Helm Chart') {
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"

Loading…
Cancel
Save