On Thu, Jul 30, 2015 at 8:51 AM, Tanya Fernandez <[email protected]> wrote: > I have tried to create a plugin for implement this. This I based on the > credentials plugin using the Jenkins CLI commands.
You mean, you are trying to implement https://issues.jenkins-ci.org/browse/JENKINS-28407? I am not really clear on what you are trying to accomplish. Write a new plugin? Enhance an existing plugin? Run something from a particular server’s script console? Something else? For the simplest cases you can use something like: https://github.com/jenkinsci/credentials-plugin/blob/e4f1234fe1b3c35e322782d4d005df38de29d943/src/test/java/com/cloudbees/plugins/credentials/SystemCredentialsProviderTest.java#L36 -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3UGqeeWAa%3D_AqX99BgSF9h%3DZGSPqzT%2BwP_jqHaWERyEQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
