Jenkinsfile fix for multi branching

This commit is contained in:
Gunnsteinn Hall 2018-07-26 01:56:41 +00:00
parent 56c782d0eb
commit dce3f78438

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ node {
sh 'go version'
stage('Checkout') {
git url: 'https://github.com/unidoc/unidoc.git'
checkout scm
}
stage('Prepare') {