Explorar o código

Merge pull request #3865 from SvenDowideit/add-jenkinsfile

Add docs checking Jenkinsfile
Sven Dowideit %!s(int64=9) %!d(string=hai) anos
pai
achega
08179fc7e3
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      Jenkinsfile

+ 8 - 0
Jenkinsfile

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