Remove Jenkinsfile used for docs CI

Signed-off-by: Joao Fernandes <joao.fernandes@docker.com>
This commit is contained in:
Joao Fernandes 2016-10-26 11:55:20 -07:00
parent 4fb6b181cd
commit a80821295e

8
Jenkinsfile vendored
View file

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