-
New Feature
-
Resolution: Unresolved
-
Major
-
None
The plugin doesn't work with pipeline jobs. PRs are welcome
C.f. https://github.com/jenkinsci/stash-pullrequest-builder-plugin/pull/21
—
I am trying to use the plugin (version 1.7.0), I receive the error-
WARNING: stashpullrequestbuilder.stashpullrequestbuilder.StashBuildTrigger.run() failed for org.jenkinsci.plugins.workflow.job.WorkflowJob
Java.lang.NullPointerException
at stashpullrequestbuilder.stashpullrequestbuilder.StashBuildTrigger.run(StashBuildTrgger.java:295)
Any idea what is wrong?
I have configured all the Mandatory parameters- Cron, Host, Credentials, Project and Repository Name. and in the advanced- I specified only one branch in the "Build PR targetting only these branches"
[JENKINS-56071] Pipeline (workflow job) support
Assignee | Original: Jakub Bochenski [ jbochenski ] | |
Description |
Original:
I am trying to use the plugin (version 1.7.0), I receive the error- WARNING: stashpullrequestbuilder.stashpullrequestbuilder.StashBuildTrigger.run() failed for org.jenkinsci.plugins.workflow.job.WorkflowJob Java.lang.NullPointerException at stashpullrequestbuilder.stashpullrequestbuilder.StashBuildTrigger.run(StashBuildTrgger.java:295) Any idea what is wrong? I have configured all the Mandatory parameters- Cron, Host, Credentials, Project and Repository Name. and in the advanced- I specified only one branch in the "Build PR targetting only these branches" |
New:
The plugin doesn't work with pipeline jobs. C.f. https://github.com/jenkinsci/stash-pullrequest-builder-plugin/pull/21 --- I am trying to use the plugin (version 1.7.0), I receive the error- WARNING: stashpullrequestbuilder.stashpullrequestbuilder.StashBuildTrigger.run() failed for org.jenkinsci.plugins.workflow.job.WorkflowJob Java.lang.NullPointerException at stashpullrequestbuilder.stashpullrequestbuilder.StashBuildTrigger.run(StashBuildTrgger.java:295) Any idea what is wrong? I have configured all the Mandatory parameters- Cron, Host, Credentials, Project and Repository Name. and in the advanced- I specified only one branch in the "Build PR targetting only these branches" |
Issue Type | Original: Bug [ 1 ] | New: New Feature [ 2 ] |
Priority | Original: Blocker [ 1 ] | New: Major [ 3 ] |
Summary | Original: Stash Pull Request Builder Plugin crash | New: Workflow job support |
Description |
Original:
The plugin doesn't work with pipeline jobs. C.f. https://github.com/jenkinsci/stash-pullrequest-builder-plugin/pull/21 --- I am trying to use the plugin (version 1.7.0), I receive the error- WARNING: stashpullrequestbuilder.stashpullrequestbuilder.StashBuildTrigger.run() failed for org.jenkinsci.plugins.workflow.job.WorkflowJob Java.lang.NullPointerException at stashpullrequestbuilder.stashpullrequestbuilder.StashBuildTrigger.run(StashBuildTrgger.java:295) Any idea what is wrong? I have configured all the Mandatory parameters- Cron, Host, Credentials, Project and Repository Name. and in the advanced- I specified only one branch in the "Build PR targetting only these branches" |
New:
The plugin doesn't work with pipeline jobs. PRs are welcome C.f. https://github.com/jenkinsci/stash-pullrequest-builder-plugin/pull/21 --- I am trying to use the plugin (version 1.7.0), I receive the error- WARNING: stashpullrequestbuilder.stashpullrequestbuilder.StashBuildTrigger.run() failed for org.jenkinsci.plugins.workflow.job.WorkflowJob Java.lang.NullPointerException at stashpullrequestbuilder.stashpullrequestbuilder.StashBuildTrigger.run(StashBuildTrgger.java:295) Any idea what is wrong? I have configured all the Mandatory parameters- Cron, Host, Credentials, Project and Repository Name. and in the advanced- I specified only one branch in the "Build PR targetting only these branches" |
Summary | Original: Workflow job support | New: Pipeline (workflow job) support |
JENKINS-56349should take care of the crash issue. The rest of the PR #21 should be updated for the current code.