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 {