From b94d7a4a3da9ef6a002e9b975333a6347fbf1644 Mon Sep 17 00:00:00 2001 From: brandon Date: Tue, 23 Mar 2021 11:07:37 -0400 Subject: [PATCH] update --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3a78ab3..0944d4b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +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 "mkdir -p ~/.git" + sh "chmod +x -R /etc/gitconfig" sh "git config --system user.email 'b.yang@ext.tricentis.com'" sh "git config --system user.name 'brandon'" dir("argocd-example-apps") {