1
0
Fork 1
mirror of https://github.com/distribution/distribution synced 2024-10-14 11:35:12 +00:00
docker-distribution/Jenkinsfile
Sven Dowideit 98f81b154f Add docs checking Jenkinsfile
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2016-08-22 12:19:30 +10:00

8 lines
138 B
Groovy

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