-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: pipeline
-
Labels:
-
Similar Issues:
I rebased a branch (dev/main) in git, but the workflow-multibranch poller didn't seem to pick
it up.
When I retriggered, I got the following error
Started by user anonymous java.lang.IllegalStateException: could not find branch tip on SCMHead{'dev/main'} at org.jenkinsci.plugins.workflow.multibranch.SCMBinder.create(SCMBinder.java:91) at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:183) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:381) Finished: FAILURE
- is related to
-
JENKINS-30744 multibranch issues if branch contains /
-
- Closed
-
- links to
JENKINS-30744is probably one cause, but not the sole one. Have not heard of steps to reproduce with plain branch names. Remember observing it in some cases when manually rebuilding (Build Now) branch projects, apparently worked around by manually triggering branch indexing, but was never able to reproduce it even then.