-
New Feature
-
Resolution: Fixed
-
Major
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.
- 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
[JENKINS-26051] Workflow integration for Credentials Binding
Link |
New:
This issue depends on |
Link |
New:
This issue is related to |
Link |
New:
This issue is related to |
Link |
New:
This issue is related to |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
A SimpleBuildWrapper might be an easier implementation route.