From bb987f9f587526009edf7836582bf639018478a1 Mon Sep 17 00:00:00 2001 From: brandon Date: Tue, 23 Mar 2021 10:56:29 -0400 Subject: [PATCH] update --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 113d088..b815b25 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,6 +11,7 @@ pipeline { steps { withCredentials([usernamePassword(credentialsId: 'github-qas-labs', passwordVariable: 'gitpass', usernameVariable: 'gituser')]) { sh "git clone https://$gituser:$gitpass@github.com/byangtri/argocd-example-apps.git" + sh "chmod +x -R ${env.WORKSPACE}" sh "git config --system user.email 'b.yang@ext.tricentis.com'" sh "git config --system user.name 'brandon'" dir("argocd-example-apps") {