Hi Jenkins Devs,

In teamconcert-plugin, I am working on a feature to collect some diagnostic 
data when the plugin runs in a build. I intend to store this information in 
a text file under the build root directory, for instance 
<jenkinsdir>/jobs/<jobname>/builds/<buildnumber>/teamconcert/diagnostics/....The
 
files will be stored when the plugin runs in the master context. 

I don't intend to expose this data thorugh the UI. Admins would collect 
these files from the build directory when required from the Jenkins master.

I have two questions
1. Is it OK for the plugin to access build root directory 
(build.getRootDir())and store content (hence performing file operations)?
2. Is there a way for the plugin to upload text files to the build, such 
that they are available as downloads from the Jenkins build? Although not a 
necessity right now, I want to know if such an option exists. 

-- 
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/25178378-c0ac-435b-a36c-748f95b236d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to