-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Component/s: cloudbees-folder-plugin
-
Labels:
-
Similar Issues:
Currently scheduleBuild is called from every save, but this is no good since that is called from onDeleted—so a child, once deleted, can get triggered in a zombie mode, leading to bizarre bugs.
Probably should limit automatic build scheduling to a UI configSubmit and perhaps some other selected conditions.
- links to
Code changed in jenkins
User: Jesse Glick
Path:
multibranch/pom.xml
multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProjectFactoryTest.java
http://jenkins-ci.org/commit/workflow-plugin/6fa8d48d5e8bc04cc91f3bbce662236b2ddc75c5
Log:
JENKINS-31129Adapting test to behavioral change.