Files
fn-serverless/vendor/github.com/docker/distribution/Jenkinsfile
2017-06-11 02:05:36 -07:00

9 lines
138 B
Groovy

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