|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Easiest is to install the metaplugin https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Enterprise+by+CloudBees and choose the minimal (license-only) installation mode, asking for an evaluation license when prompted, then go and install the Templates plugin.
If you do not want to bother with that, you can confirm the correct behavior in a (JenkinsRule-based) test by just calling CredentialsNameProvider.name on your credentials and asserting that the result is a meaningful label. If you are stuck, I can try producing a pull request.