mirror of https://github.com/docker/compose.git
Merge pull request #3865 from SvenDowideit/add-jenkinsfile
Add docs checking Jenkinsfile
This commit is contained in:
commit
08179fc7e3
|
@ -0,0 +1,8 @@
|
||||||
|
// Only run on Linux atm
|
||||||
|
wrappedNode(label: 'docker') {
|
||||||
|
deleteDir()
|
||||||
|
stage "checkout"
|
||||||
|
checkout scm
|
||||||
|
|
||||||
|
documentationChecker("docs")
|
||||||
|
}
|
Loading…
Reference in New Issue