-
Bug
-
Resolution: Unresolved
-
Major
-
None
The implementation of JENKINS-2494 has turned out to be problematic and unreliable, especially where more complex things like folders and templates are involved; listening for a project save event is not really what you want. Need to find some more appropriate way to suppress SCM polling for newly copied jobs (holdOffBuildUntilSave) that does not involve the save method, and that blocks only AbstractProject.poll but not scheduleBuild2 and others (so should not affect isBuildable).
- is duplicated by
-
JENKINS-65900 Cloning multibranch pipeline job scans before changes can be made
- Open
- is related to
-
JENKINS-20003 Provide action to save all unsaved jobs in a folder after copy
- Open
-
JENKINS-2494 Copied jobs should be disabled by default
- Resolved
- links to