-
Bug
-
Resolution: Fixed
-
Critical
-
Current workflow-plugin docker image
The following script for some reason will make Jenkins go out of memory and will never complete the execution.
node { HipNotifier chip = new HipNotifier('A') echo chip.name } public class HipNotifier { private String name; public HipNotifier(String pName) { this.name = pName } String getName() { return name } }
- depends on
-
JENKINS-25550 Hard kill
- Resolved
- is duplicated by
-
JENKINS-38021 Accessing unset global variable cause master to hang
- Resolved
-
JENKINS-41412 Pipeline library with method name matching synthetic accessor crashes Jenkins
- Resolved
-
JENKINS-42170 Referencing a vars implicit property that is not set causes build to hang forever
- Resolved
- is related to
-
JENKINS-32986 hard killing a pipeline leaves the JVM CPS thread running.
- Open
- relates to
-
JENKINS-41984 StackOverflowError : Unexpected exception in CPS VM thread: CpsFlowExecution
- Open
-
JENKINS-45834 Setters for shared pipeline scripts not getting called
- Open
- links to