Details
-
New Feature
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
Description
A replacement for SecretBuildWrapper that is a Step (with invokeBodyLater) rather than a BuildWrapper, probably returning the binding(s) in a map.
Means some API changes to Binding. bind must take a FilePath workspace (and maybe Run run) rather than AbstractBuild build. And Environment must be declared Serializable, since unbind may be called in another session.
Attachments
Issue Links
- depends on
-
JENKINS-26137 Mysterious serialization errors
-
- Closed
-
-
JENKINS-24673 SimpleBuildWrapper
-
- Resolved
-
- is related to
-
JENKINS-23468 Support multiple variables per binding
-
- Resolved
-
-
JENKINS-26099 Configurable ID for Credentials
-
- Resolved
-
-
JENKINS-26299 Enable access to credentials within CPS workflow scripts
-
- Resolved
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue depends on |
Link |
This issue is related to |
Link |
This issue is related to |
Link |
This issue is related to |
Status | Open [ 1 ] | In Progress [ 3 ] |
Remote Link | This issue links to "PR 3 (Web Link)" [ 12010 ] |
Link |
This issue depends on |
Summary | Workflow integration | Workflow integration for Credentials Binding |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Workflow | JNJira [ 160041 ] | JNJira + In-Review [ 196291 ] |
Labels | api workflow | api pipeline workflow |
Labels | api pipeline workflow | api pipeline |
A SimpleBuildWrapper might be an easier implementation route.