9 lines
138 B
Text
9 lines
138 B
Text
|
// Only run on Linux atm
|
||
|
wrappedNode(label: 'docker') {
|
||
|
deleteDir()
|
||
|
stage "checkout"
|
||
|
checkout scm
|
||
|
|
||
|
documentationChecker("docs")
|
||
|
}
|