Support job-dsl for string credentials - #105
Conversation
|
generally symbols are global and
|
|
actually, yes, but not intentionally. credentials-binding is installed and I am using On the actual implementation, I honestly have no idea what the implications are, if any - the line you linked is what inspired me to make this seemingly trivial change to begin with (I thought |
They are scoped to an extension type. Check the Javadoc. |
|
Probably, but rather than |
|
(Or could JCasC as a test dep here and put the assertion here.) |
i.e.
now works. previously, you'd have to abuse username+password credentials for this (and just put garbage in the username)
Testing done
199.v9f8e1f741799-> does not workI haven't looked into automated testing yet and am unsure if it's worth bothering for such a trivial change.
mvn clean verifystill passes, so no obvious regressions thereSubmitter checklist
Link to relevant issues in GitHub or JiraLink to relevant pull requests, esp. upstream and downstream changes