Author: centic
Date: Fri Dec 28 19:52:54 2018
New Revision: 1849879
URL: http://svn.apache.org/viewvc?rev=1849879&view=rev
Log:
Use normal string parameter for now
Plugin for gitParam is not installed in the Apache Jenkins instance
Modified:
poi/trunk/jenkins/create_jobs.groovy
Modified: poi/trunk/jenkins/create_jobs.groovy
URL:
http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1849879&r1=1849878&r2=1849879&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Fri Dec 28 19:52:54 2018
@@ -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 {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]