]> source.dussan.org Git - poi.git/commitdiff
Jenkins DSL: enable Github PR builds, it seems to be functional now
authorDominik Stadler <centic@apache.org>
Fri, 28 Dec 2018 20:27:45 +0000 (20:27 +0000)
committerDominik Stadler <centic@apache.org>
Fri, 28 Dec 2018 20:27:45 +0000 (20:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849885 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index a17bb248995625c8df6e682599d4f1f6954a7b06..3beeb7a153056cca61819cde11debb3c47d485a2 100644 (file)
@@ -97,8 +97,7 @@ def poijobs = [
         ],
         [ name: 'POI-DSL-Windows-1.8', trigger: 'H */12 * * *', windows: true, slaves: 'Windows'
         ],
-        [ name: 'POI-DSL-Github-PullRequests', trigger: '', githubpr: true, skipcigame: true,
-                disabled: true // not fully functional yet, thus disable it for now
+        [ name: 'POI-DSL-Github-PullRequests', trigger: '', githubpr: true, skipcigame: true
         ],
 ]