Issue Type: Improvement Improvement
Assignee: stephenconnolly
Components: credentials-plugin, workflow-plugin
Created: 05/Jan/15 8:06 PM
Description:

Workflow scripts need access to Jenkins credentials in order to execute deployments, interact with web services, etc.

Ideally, a list of all credentials available to the current build would be exposed to workflow in the same way as 'env', allowing the script to choose the correct credential using fluent Groovy, for example:

def token = credentials.find { it -> it.domain.name == 'HipChat.com' && it.username == 'bot' }
Project: Jenkins
Priority: Major Major
Reporter: Alexander Bertram
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to