Thanks for the feedback! I agree, using credentials is better. I looked around to find a good way to grab the credentials list, and I am having a bit of trouble.
Do you know of a good example of allowing the user to choose a credential from the `Manage Jenkins -> Configure System` screen, and then retrieving that chosen credential again? On Monday, August 24, 2015 at 6:05:10 PM UTC-4, Kanstantsin Shautsou wrote: > > At first look > https://github.com/DataDog/jenkins-datadog-plugin/blob/master/src/main/java/org/datadog/jenkins/plugins/datadogbuildreporter/DatadogBuildListener.java#L428 > > : > - private String apiKey; -> use credentials > - stream handling probably requires tries > - listener.getLogger().println("Started build!"); -> printing messages > with unknown source place is a headache for debug, put some prefix > ... > -- 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/e27747a4-05d6-4612-992e-6df6c66400d4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
