fixed jenkinsfile checkout process

This commit is contained in:
Ivan Borovkov 2018-01-01 10:22:11 +02:00
parent 977db7ab9c
commit 20effb7cd1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -18,7 +18,7 @@ node ('macos1') {
checkout scm
sh 'git checkout -- .'
sh 'git checkout develop'
sh 'git checkout ' + BRANCH_NAME
sh 'git checkout remotes/origin/' + BRANCH_NAME
sh 'rm -rf node_modules'
sh 'cp .env.jenkins .env'