From f0d02f068af2ad27b5947210fc2446a9f4fac8f1 Mon Sep 17 00:00:00 2001 From: brandon Date: Fri, 19 Mar 2021 18:04:52 -0400 Subject: [PATCH] update --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8b68463..e71b157 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent none + agent any stages { stage('Check out') { agent any @@ -8,7 +8,6 @@ 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"