1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00
compose/Jenkinsfile
Sven Dowideit bf91c64983 Add docs checking Jenkinsfile
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2016-08-22 12:18:07 +10:00

9 lines
138 B
Groovy

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