Browse Source

update

pull/82/head
brandon 4 years ago
parent
commit
257bb0767e
  1. 3
      Jenkinsfile

3
Jenkinsfile

@ -1,5 +1,5 @@
pipeline {
agent any
agent none
stages {
stage('Check out') {
agent any
@ -8,6 +8,7 @@ pipeline {
}
}
stage('Deploy Helm') {
agent any
steps {
withCredentials([usernamePassword(credentialsId: 'github-qas-labs', passwordVariable: 'gitpass', usernameVariable: 'gituser')]) {
sh "git clone https://$gituser:$gitpass@github.com/byangtri/argocd-example-apps.git"

Loading…
Cancel
Save