added rebase on develop

Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
This commit is contained in:
Anton Danchenko 2018-03-27 13:57:25 +03:00
parent 33990bc3ba
commit 711e119ebd
No known key found for this signature in database
GPG Key ID: C2D4819B698627E4
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -28,6 +28,7 @@ node ('macos1') {
slackSend color: 'good', message: BRANCH_NAME + '(' + env.CHANGE_BRANCH + ') build started. ' + env.BUILD_URL
checkout scm
sh 'git rebase origin/develop'
sh 'rm -rf node_modules'
sh 'cp .env.jenkins .env'