|
|
@ -88,7 +88,6 @@ node('haimaxy-jnlp') { |
|
|
sh "mv .git .git.tmp" |
|
|
sh "mv .git .git.tmp" |
|
|
sh "git clone http://47.106.79.88:10080/liuji/frontend" |
|
|
sh "git clone http://47.106.79.88:10080/liuji/frontend" |
|
|
sh "mv frontend/.git .git" |
|
|
sh "mv frontend/.git .git" |
|
|
//sh "rm -fr jenkins-frontend-demo" |
|
|
|
|
|
sh "git stash" |
|
|
sh "git stash" |
|
|
sh "git checkout ${currentGitBranch}" |
|
|
sh "git checkout ${currentGitBranch}" |
|
|
sh "git pull" |
|
|
sh "git pull" |
|
|
|