commit
4107cdb633
|
@ -0,0 +1,8 @@
|
||||||
|
// Only run on Linux atm
|
||||||
|
wrappedNode(label: 'docker') {
|
||||||
|
deleteDir()
|
||||||
|
stage "checkout"
|
||||||
|
checkout scm
|
||||||
|
|
||||||
|
documentationChecker("docs")
|
||||||
|
}
|
Loading…
Reference in New Issue