-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
promoted-builds 2.17, jenkins LTS 1.532.3, credentials 1.15, credentials-binding 1.0, envinject 1.89
-
-
Promoted Builds 3.3
we have a promotion process where we want to do:
- get artifacts from build we want to promote
- copy them to some secure server
I am not able to do:
- provide build secrets to promotion process (credentials-binding plugin)
- inject password into promotion process (envinject plugin)
- trigger another job with parameters (e.g. delegate copying the artifacts to the secure server to another job).
I am also not able to do:
- configure another job to poll for promoted builds and get the build information for the build that got promoted, all I get is LEGACYCODECAUSE
- duplicates
-
JENKINS-14169 Injected env variables not available for use in processing promotion.
- Resolved