mirror of
https://github.com/distribution/distribution.git
synced 2025-09-29 07:55:51 +00:00
Add docs checking Jenkinsfile
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
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")
|
||||||
|
}
|
Reference in New Issue
Block a user