-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
Jenkins 2.32.3 (LTS)
P4 plugin 1.5.1
HP Application Automation Tools plugin 5.1
Trying to run a pipeline job with the pipeline groovy script downloaded from Perforce (with the P4 plugin) fails with a null pointer exception (NPE).
java.lang.NullPointerException at com.hp.application.automation.tools.octane.events.SCMListenerImpl.onChangeLogParsed(SCMListenerImpl.java:84) at org.jenkinsci.plugins.workflow.job.WorkflowRun.onCheckout(WorkflowRun.java:751) at org.jenkinsci.plugins.workflow.job.WorkflowRun.access$1500(WorkflowRun.java:125) at org.jenkinsci.plugins.workflow.job.WorkflowRun$SCMListenerImpl.onCheckout(WorkflowRun.java:936) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:123) at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:130) at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:59) at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:232) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:404)
Note that the exact same configuration works without any issues when using HP Application Automation Tools v5.0 instead of v5.1.
- is duplicated by
-
JENKINS-33433 jobs fail to "parse changelog" for pull requests with "catch-up" merges from destination branch
- Resolved
- is related to
-
JENKINS-43109 Add "Off Switch" to octane integration
- Resolved