distribution/Jenkinsfile

9 lines
138 B
Groovy

// Only run on Linux atm
wrappedNode(label: 'docker') {
deleteDir()
stage "checkout"
checkout scm
documentationChecker("docs")
}