Re: How do I protect a job but publish the results?

2014-08-08 Thread Raine Nguyen
va system property > -Dhudson.security.ArtifactsPermission=true > > This way, you can allow users read access to a job, builds, and build > logs, but prevent access to job config, workspace, and archived artifacts. > > On 07.08.2014, at 18:57, Raine Nguyen > > wrote: >

How do I protect a job but publish the results?

2014-08-07 Thread Raine Nguyen
I need to have a way to protect all the jobs since I do not want to expose the protected data including the source code after build, but still allow users to view the build results to check the issues etc. Please let me know if there is any path I should take. All suggestions, advice are very a