aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2018-12-28 19:52:54 +0000
committerDominik Stadler <centic@apache.org>2018-12-28 19:52:54 +0000
commit24b07f12f95926613b7e36d387332ee3ee7bc008 (patch)
tree17110d39bf931c5ebb381bb50ee4caed1d750747
parent3c99c70acfdc3c17892b0528655ad64e27ba4db2 (diff)
downloadpoi-24b07f12f95926613b7e36d387332ee3ee7bc008.tar.gz
poi-24b07f12f95926613b7e36d387332ee3ee7bc008.zip
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
-rw-r--r--jenkins/create_jobs.groovy4
1 files changed, 3 insertions, 1 deletions
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 {