From: Dominik Stadler Date: Fri, 28 Dec 2018 19:52:54 +0000 (+0000) Subject: Use normal string parameter for now X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3e2583778af3107f85f21aa3cc110d9973183ebf;p=poi.git Use normal string parameter for now 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 --- diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index ccaa795029..a0a8df5805 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -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 {