1
0
mirror of https://github.com/distribution/distribution synced 2025-02-23 06:49:36 +01:00

Merge pull request #2019 from joaofnfernandes/remove-jenkinsfile

Remove Jenkinsfile used for docs CI
This commit is contained in:
Derek McGowan 2016-10-27 13:15:10 -07:00 committed by GitHub
commit 62e88f0fe7

8
Jenkinsfile vendored

@ -1,8 +0,0 @@
// Only run on Linux atm
wrappedNode(label: 'docker') {
deleteDir()
stage "checkout"
checkout scm
documentationChecker("docs")
}