Skip default checkout.

This commit is contained in:
Robert Jacob 2017-07-08 22:45:30 +02:00
parent 104fd548ee
commit a590300494
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -1,5 +1,8 @@
pipeline {
agent any
options {
skipDefaultCheckout()
}
stages {
stage('Cleanup') {
steps {