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