aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2018-12-28 20:27:45 +0000
committerDominik Stadler <centic@apache.org>2018-12-28 20:27:45 +0000
commitbfbd85d231a9f57f821a66ca1c80968cae62001d (patch)
tree003378034e108d5e8b350109fbbc0d73dfdcca4a /jenkins
parenta1cc75ccc02fbce07c564a5f3ff893eb18f10172 (diff)
downloadpoi-bfbd85d231a9f57f821a66ca1c80968cae62001d.tar.gz
poi-bfbd85d231a9f57f821a66ca1c80968cae62001d.zip
Jenkins DSL: enable Github PR builds, it seems to be functional now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849885 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/create_jobs.groovy3
1 files changed, 1 insertions, 2 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy
index a17bb24899..3beeb7a153 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -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
],
]