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
This commit is contained in:
Dominik Stadler 2018-12-28 20:27:45 +00:00
parent a1cc75ccc0
commit bfbd85d231
1 changed files with 1 additions and 2 deletions

View 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
],
]