-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
Credentials Binding v1.2, Credentials v1.18, Jenkins v1.580.1
A username-password combo is bound to CREDENTIALS, where the password contains two or more consecutive dollar signs.
Those multiple dollar signs are returned as a single dollar sign in the $CREDENTIALS variable.
- relates to
-
JENKINS-40734 Shell step cannot use environment variables that contain $$
-
- Resolved
-
[JENKINS-27040] Bound variables strip multiple dollar signs
Workflow | Original: JNJira [ 161232 ] | New: JNJira + In-Review [ 180621 ] |
Resolution | New: Incomplete [ 4 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Resolution | Original: Incomplete [ 4 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Attachment | New: jenkins-27040-test.patch [ 37618 ] |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Reopened [ 4 ] | New: Resolved [ 5 ] |
Hmm, might be difficult to solve since Jenkins has a lot of complicated code for expanding variables in other variables. Possibly an issue in core rather than this plugin.
Do you have a minimal reproducible test case?