mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
17bdbe2ef4
`piperExecuteBin` is called with a credentials list. Each list entry is a map consisting of * the type of the credential (e.g. usernamePassword, token) * the identifier which is used for resolving the credential. * a list of environment variables which holds the resolved credentials. Inside `piperExecuteBin` the id was resolved against the config and the result was used for resolving the credentials against the jenkins-credentials-plugin. With this change here we introduce another key for the map mentioned above: * resolveCredentialsId When this key is provided with value `false` we do not resolve the credentials-id from the config. In that case the id is directly used for resolving the credential again the jenkins-credentials-plugin. |
||
---|---|---|
.. | ||
groovy | ||
resources |