From: Dominik Stadler Date: Fri, 28 Dec 2018 20:27:45 +0000 (+0000) Subject: Jenkins DSL: enable Github PR builds, it seems to be functional now X-Git-Tag: REL_4_1_0~144 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bfbd85d231a9f57f821a66ca1c80968cae62001d;p=poi.git 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 --- 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 ], ]