Re: Jenkins and Jacoco and multiple jobs...

2014-08-01 Thread Mark Wilhelm
Thanks for the reply... Seems to be that the directory I had for "Use custom workspace" didn't have the project name in there, but rather just "D:\workspaces". This worked fine for my source control system, though the mapping was doubled. So now, I use "D:\workspaces\job01" and Jacoco looks on

Re: Email-ext + GitHub Pull Request Builder: Getting empty "developers" and "culprits" lists

2014-08-01 Thread Slide
If there are no changes, then there is no way for the email-ext to determine developers. On Fri, Aug 1, 2014 at 5:00 AM, Jon Schewe wrote: > Something else to be aware of. If this is a new branch there will be an > empty list of developers and culprits because the plugin only builds up a > list

Re: Jenkins- Best Practices for Security

2014-08-01 Thread Stephen Connolly
Our CloudBees RBAC proprietary plugin provides a lot mire flexibility in delegation of group management than most authorisation strategies. There are, however, limits to what you can achieve. Ultimately you should not currently delegate the ability to manage nodes to users that you do not trust.

PAM authentication on a SmartOS host.

2014-08-01 Thread Greg Trasuk
Hello: I'm trying to test out PAM authentication on a SmartOS virtual machine, and when I run the test from the 'configureSecurity' page, the test fails with the below stack trace. Noting the 'getpwid unimplemented' message at the bottom, does this mean that PAM doesn't work on this platform,

Jenkins ver. 1.574 - Missing CSS

2014-08-01 Thread Pieter Cargill
I am having an issue that when I first login to our Jenkins install that the CSS is missing. If I refresh the page it renders correctly. Does anybody have any suggestions as to how to resolve this problem? -- You received this message because you are subscribed to the Google Groups "Jenkins Us

Google Play Developer API Jenkins Plugin

2014-08-01 Thread Josh Moore
I am wondering if anyone is working on a plugin to publish an APK to the Google play store now that Google has released an API to do it? I'd like to check before I bother trying to create a Jenkins plugin. Thanks -- You received this mes

Re: Jenkins- Best Practices for Security

2014-08-01 Thread Rahul Harikrishna
Hi Daniel, I want to provide some users the administer permissions because I want those users to "Manage Nodes" and "Manage Users". Is there anyway through which I can provide selective permissions within 'Administer' to such users? Is it possible to develop a plugin for this use case? also, I

Re: Jenkins- Best Practices for Security

2014-08-01 Thread Daniel Beck
On 01.08.2014, at 18:12, Rahul Harikrishna wrote: > One thing that I've observed that the Jenkins users with > Administer/Run_Scripts permissions get to have way more rights than they > should. For example- Why do you want to prevent administrators from doing what you describe? Don't make th

Re: Jenkins- Best Practices for Security

2014-08-01 Thread Rahul Harikrishna
Hello Stephen, Thanks a lot for your reply. I understand that the weakest link is the source code in the SCM. But assuming that the code coming from SCM is trusted in the main branch of project, as multiple people review the code before it gets pushed to the master. One thing that I've observe

Passing build result to a downstream build

2014-08-01 Thread Walter Kacynski
I'm using a post-build task https://wiki.jenkins-ci.org/display/JENKINS/Log+Parser+Plugin to change a build result to WARNING or FAILURE. I need to be able to pass this change / upgraded status to a job that is trigger by Paramaterized Trigger Plugin. Does anyone know how to do this? Thank-Y

Re: Email-ext + GitHub Pull Request Builder: Getting empty "developers" and "culprits" lists

2014-08-01 Thread Jon Schewe
Something else to be aware of. If this is a new branch there will be an empty list of developers and culprits because the plugin only builds up a list of authors on the list of changes. The list of changes comes from the git plugin and on a new branch the list of changes is empty because it can't d

Reg:Changes report in jenkins

2014-08-01 Thread bandi pavankumar reddy
Hi friends i am having one doubt about Build recent changes ..After completion of build it will generate the changes and i want that changes details in any format like (xls,text) format i want that changes details other format or otherwise that changes will be sent to mail is their any option fo

Re: How to programmatically set email password

2014-08-01 Thread Carl Austin
For completeness I have a solution. You can put it in plain text and it will still work, to encrpyt it you need to either use the Secret class in Jenkins, or just use AES128 with the key in secret.key in the jenkins install dir. On Fri, Aug 1, 2014 at 9:39 AM, Carl Austin wrote: > Thanks very m

Re: How to programmatically set email password

2014-08-01 Thread Carl Austin
Thanks very much for the reply, I'll give that a go and see how it works. On Wed, Jul 30, 2014 at 5:56 PM, wrote: > I don't know about the mailer, but for the login passwords *py_bcrypt* > did the job for me: "bcrypt.hashpw(plaintext, bcrypt.gensalt())" and put > the value as #jbcript:{{put-the