From 724410bfba8a3957f938c17aed987b7caddc8a18 Mon Sep 17 00:00:00 2001 From: liuji Date: Wed, 12 Aug 2020 10:21:46 +0800 Subject: [PATCH] update --- Jenkinsfile | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ba4c93a..3dc0f51 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -79,19 +79,4 @@ node('haimaxy-jnlp') { //} sh "kubectl apply -f k8s.yaml" } - - stage('async git repo') { - echo "current git repo: " - sh "git config remote.origin.url" - echo "current git branch: " - echo "${currentGitBranch}" - sh "git config remote.origin.url http://47.106.79.88:10080/liuji/frontend" - sh "git stash" - sh "git checkout ${currentGitBranch}" - sh "git pull" - sh "git stash pop" - sh "git config user.name zhangshan" - sh "git config user.email zhangshan@qniao.cn" - sh "git add . && git commit -m 'async test git repo with dev git repo' && git push" - } }