Remove Jenkinsfile used for docs CI

Signed-off-by: Joao Fernandes <joao.fernandes@docker.com>
pull/2019/head
Joao Fernandes 2016-10-26 11:55:20 -07:00
parent 4fb6b181cd
commit a80821295e
1 changed files with 0 additions and 8 deletions

8
Jenkinsfile vendored
View File

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