-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Platform: All, OS: All
I am creating this as a master issue to track many individual faults / patches
The promotion plugin show (when configuring a promotion) a number of possible
actions to perform when a build is promoted. Many of the actions which are
listed and can be configured do not actually run upon a promotion.
Primarily this occurs when the BuildStep extends BuildStepCompatibilityLayer and
does not override perform(AbstractBuild, Launcher, BuildListener) method so the
BuildStep uses the implementation in BuildStepCompatibilityLayer which checks to
see if the build is an instanceof Build, and then becuase it is not for a
promotion build simply returns true without doing anything.
Fixing this (and other causes of non-actions) for various BuildSteps will be
done as dependent issues below this one.
- depends on
-
JENKINS-5679 Promotion plugin does not run parameterized builds
- Resolved
-
JENKINS-1765 Promotion is not taking place
- Closed
-
JENKINS-2580 "Email Notification" action does not work as a Promotion plugin action
- Closed
-
JENKINS-2597 Promotion Plugin: promotion should fail if any actions are not performed
- Closed
- is duplicated by
-
JENKINS-6165 Select box on UI shows not supported items/actions
- Closed