LDAP plugin, warning after Jenkins upgrade v1.638

2015-11-25 Thread Lavr L
Hi I upgraded Jenkins to last release 1.638 and now I have the following warning for LDAP plugin: *Warning: the new version of this plugin claims to use a different settings format than the installed version. Jobs using this plugin may need to be reconfigured, and/or you may not be able to clea

Re: LDAP authentication problem for multiple OUs

2015-11-25 Thread Rama
I tried it now. Providing only OU=Users also does not work. On 11/26/15, Daniel Beck wrote: > How about: > > OU=Users > > On 26.11.2015, at 06:10, Ramaprakash Ganesan wrote: > >> I am trying to get all our organization users to login using their LDAP >> domain credentials to Jenkins. >> With th

Re: How to Run Selenium Script With Jenkins through Git

2015-11-25 Thread dhrumil shah
Its ok Mark Thanks On Wednesday, November 25, 2015 at 7:48:20 PM UTC+5:30, Mark Waite wrote: > > I have a Skype account but rarely use it. Asking questions to the Jenkins > user list is usually much better than contacting me directly, since there > are many subscribers to the Jenkins users lis

Re: LDAP authentication problem for multiple OUs

2015-11-25 Thread Daniel Beck
How about: OU=Users On 26.11.2015, at 06:10, Ramaprakash Ganesan wrote: > I am trying to get all our organization users to login using their LDAP > domain credentials to Jenkins. > With the options below, only users under 1 particular OU are able to login. I > want to provide multiple OUs to

LDAP authentication problem for multiple OUs

2015-11-25 Thread Ramaprakash Ganesan
I am trying to get all our organization users to login using their LDAP domain credentials to Jenkins. With the options below, only users under 1 particular OU are able to login. I want to provide multiple OUs to search from. Our Active Directory structure is as below: *ca -> America -> Users

Re: Jenkins Triggering Nessus Scans

2015-11-25 Thread David Daniel
Was there a solution found for this issue? On Thursday, May 2, 2013 at 5:08:51 PM UTC-4, Jared Griffith wrote: > > Is it possible to have a job trigger a Nessus scan? > > -- > > Jared Griffith > Linux Administrator, PICS Auditing, LLC > P: (949) 936-4574 > C: (909) 653-7814 > >

Ansible module do idempotent management of Jenkins jobs.

2015-11-25 Thread WhileLoop
Hi everyone. I have started working on a Ansible module to do idempotent creates, updates, or deletes on Jenkins jobs using the 'jenkinsapi' python library. Is this something you would find useful? Please take a quick look at https://github.com/WhileLoop/ansible-modules-jenkins. Feedback is much

Re: How to Run Selenium Script With Jenkins through Git

2015-11-25 Thread Mark Waite
I have a Skype account but rarely use it. Asking questions to the Jenkins user list is usually much better than contacting me directly, since there are many subscribers to the Jenkins users list with Jenkins experience. It is somewhat akin to the same problem we sometimes see with bug reports. So

A Survey study on OSS contribution strategies employed by Software Intensive Organizations to gain value in relation to non contributors

2015-11-25 Thread Hassan Munir
Dear Jenkins Users, I am studying OSS communities to investigate the OSS contributions strategies employed by the software-Intensive organizations. The idea is to see how contributions to OSS help software-Intensive organizations to gain value in relation to non-contributors. Therefore, a short

publish Scoverage report is failing for Illegal/unsupported escape sequence near index 56 href=".*scoverage-report\com\nephila\attribution\common\mail/

2015-11-25 Thread Peter Lai
So i'm getting sbt to generate my scoverage report and it's producing them correctly (i think, well i can read them fine via the index.html) but the publish report plugin keeps failing for. java.util.regex.PatternSyntaxException

Re: How to hide AWS secret key in AWS elastic beanstalk plugin of Jenkins?

2015-11-25 Thread Peter Lai
can you not treat it like a password and get it injected. Set a password called aws_key and in the key section "$aws_key" Jenkins will then mask it for you. On Monday, 23 November 2015 10:5

Can't login to Jenkins Jira

2015-11-25 Thread Peter Lai
Hi I've tried a few things, I'd originally had a account called PeterLai, so i asked for a password reset, tried that password and it didn't work. Tried another password reset, didn't wo

Re: How to Run Selenium Script With Jenkins through Git

2015-11-25 Thread dhrumil shah
Hello Mark, Have you used skype? If yes then can you give me your skype id? If in future any problem regarding this then Can we contact directly on skype? On Wednesday, November 25, 2015 at 11:03:42 AM UTC+5:30, dhrumil shah wrote: > > Hello Mark, > > Today I have done another time as per your w

Re: How to extend $PATH used by Jenkins?

2015-11-25 Thread Daniel Beck
On 25.11.2015, at 09:32, Jochen Hayek wrote: > Have a look at the "Build Environment" section, particularly at "Properties > Content"! … which is provided by the EnvInject Plugin. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscr

Re: How to extend $PATH used by Jenkins?

2015-11-25 Thread Jochen Hayek
Have a look at the "Build Environment" section, particularly at "Properties Content"! You can make use of environment variables there, and you can assign values to environment variables, but only once per variable. But you can do things like this: PATH1=$HOME/bin:$PATH > PATH=$HOME/shell:$PATH