diff --git a/Jenkinsfile b/Jenkinsfile index 1bbef0866a..1cabca17ed 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'