mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Add docs checking Jenkinsfile
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
acfe100686
commit
bf91c64983
8
Jenkinsfile
vendored
Normal file
8
Jenkinsfile
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
// Only run on Linux atm
|
||||
wrappedNode(label: 'docker') {
|
||||
deleteDir()
|
||||
stage "checkout"
|
||||
checkout scm
|
||||
|
||||
documentationChecker("docs")
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user