Checkout build files.

This commit is contained in:
Robert Jacob 2017-07-08 16:48:35 +02:00
parent 6e151a929b
commit 8340926289
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -1,4 +1,8 @@
node ("make") { node ("make") {
stage('checkout tools') {
checkout scm
}
stage('checkout') { stage('checkout') {
checkout([ checkout([
$class: 'GitSCM', $class: 'GitSCM',