Add docs checking Jenkinsfile
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
fd4dd8dd16
commit
98f81b154f
1 changed files with 8 additions and 0 deletions
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…
Reference in a new issue