]> source.dussan.org Git - poi.git/commitdiff
Use normal string parameter for now
authorDominik Stadler <centic@apache.org>
Fri, 28 Dec 2018 19:52:54 +0000 (19:52 +0000)
committerDominik Stadler <centic@apache.org>
Fri, 28 Dec 2018 19:52:54 +0000 (19:52 +0000)
Plugin for gitParam is not installed in the Apache Jenkins instance

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849879 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index ccaa795029e6cff76b6c0fbf3f96362e27f0a947..a0a8df5805a13c9edb0d000daf781010d28d3666 100644 (file)
@@ -276,10 +276,12 @@ poijobs.each { poijob ->
 
         if (poijob.githubpr) {
             parameters {
+                /* plugin not available:
                 gitParam('sha1') {
                     description('Pull request')
                     type('BRANCH')
-                }
+                }*/
+                stringParam('sha1', 'origin/pr/9/head', 'Provide a branch-spec, e.g. origin/pr/9/head')
             }
             triggers {
                 githubPullRequest {