Details
-
Type:
New Feature
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: promoted-builds-plugin
-
Labels:
-
Environment:Ubuntu 16.04
Jenkins ver. 2.46.2 LTS
promoted builds plugin v2.28.1
-
Similar Issues:
Description
I have selected "Promote immediately once the build is complete based on build parameters" with:
Parameter Name: ${AUTO_APPROVE}
Parameter Value: true
or
Parameter Name: AUTO_APPROVE
Parameter Value: true
In the build,
when Boolean paramter AUTO_APPROVE is set to true,
the promotion job doesn't start.
t should work well according to the code. Could you please provide full build.xml file?