Jesse Glick
Jesse Glick
Also observed ``` java.lang.IllegalStateException: List of flow heads unset for CpsFlowExecution[null] at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.getCurrentHeads(CpsFlowExecution.java:985) at org.jenkinsci.plugins.workflow.flow.FlowExecution.isComplete(FlowExecution.java:208) at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.isComplete(CpsFlowExecution.java:1241) at org.jenkinsci.plugins.workflow.cps.RunningFlowActions.createFor(RunningFlowActions.java:52) at org.jenkinsci.plugins.workflow.cps.RunningFlowActions.createFor(RunningFlowActions.java:42) at hudson.model.Actionable.createFor(Actionable.java:115) at hudson.model.Actionable.getActions(Actionable.java:140) at hudson.model.Run.getBadgeActions(Run.java:747) ``` but this...
(CB ref.: BEE-24000)
also ``` WARNING o.j.p.w.cps.CpsFlowExecution#onProgramEnd: Error trying to end execution CpsFlowExecution[Owner[…]] java.lang.NullPointerException at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.getFirstHead(CpsFlowExecution.java:1494) at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.onProgramEnd(CpsFlowExecution.java:1266) at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:444) ```
Ought to be picking up this from the BOM, but https://github.com/jenkinsci/bom/network/updates/489612960 there are too many open PRs in https://github.com/jenkinsci/bom/pulls so new ones are not even being filed. :sob:
now https://github.com/jenkinsci/bom/pull/1515
Also see #185. the reason why Dependabot did _not_ offer this: 0.5.4 is broken without further changes to the plugin.
Unfortunately embedding auth in the URL does not work if the username contains an `@`. Compare e.g. ```bash curl -u [email protected]:s3cr3t https://some.server/ ``` Workaround: ```bash websocat -H="Authorization: Basic $(echo -n...
Dupe of #115? Sounds like this was resolved in c320d7970e5d6a1b8f97fd7eeccfdec6bd0851d9?
That works indeed! Feel free to close, unless you would like this to be mentioned in docs.