Errors while using Credential manager to store P4 password

2014-09-24 Thread Shobha Dashottar
I used the Credential manager plugin to store the perforce credentials. I have filled in the details as required on the Jenkins -> Credentials - > Global Credentials page like the p4 port, ssl connection, fingerprint , username and password. but on clicking on "test Connection" I get the follo

Re: Git Publish breaking build and un-deletable

2014-09-24 Thread Mark Waite
On Wed, Sep 24, 2014 at 9:06 AM, wrote: > More info > > Git Client Plugin > > Shared library plugin for other Git related Jenkins plugins. > 1.10.21.0.7 > Git Parameter Plugin >

Re: Building a specific commit with Gerrit

2014-09-24 Thread Chanda Unmack
On Mon, Sep 22, 2014 at 4:51 PM, Michael Vincent wrote: > I need to build every commit that gets submitted into a Gerrit repo > (preferably in order). > > I have all the latest git/Gerrit plugins on the latest Jenkins 1.565.2 > LTS. Jenkins master is running on Linux and slave nodes are running o

Loadrunner Integration

2014-09-24 Thread Connor Gilbert
Hey Jenkins Users, Currently I'm tasked with integrating our Loadrunner set up with Jenkins. Fair warning, I have no prior knowledge of Jenkins. I found the HP Automation Tool which seems to be a rather simple solut

Re: Git Publish breaking build and un-deletable

2014-09-24 Thread blaze . mkiv
More info Git Client Plugin Shared library plugin for other Git related Jenkins plugins. 1.10.21.0.7 Git Parameter Plugin This plugin allows you to choose between Gi

Git Publish breaking build and un-deletable

2014-09-24 Thread blaze . mkiv
I added the Git Publish post build action to a project and there's no delete. This is a problem instead of an annoyance because all it does by default is "Build step 'Git Publisher' marked build as failure" How do I remove the action? Jenkins ver. 1.517 -- You receiv

RE: locked out of Jenkins

2014-09-24 Thread Ginga, Dick
Well, I did recover. Our jenkins is on a windows machine and evidently there was another Jenkins process running that was not the service (??) don't know how that happens. There was also a second Java/Jenkins process issuing a cli command. Perhaps that kept the service process from terminating.

locked out of Jenkins

2014-09-24 Thread Ginga, Dick
OK, I did it. I hit the wrong key and now everyone is locked out of jenkins, including me, I tried the below but it did not work. Why would I "try renaming or deleting config,xml"? Won't I lose everything? 1. Stop Jenkins (the easiest way to do this is to kill the servlet container.) 2.

RE: how to propagate build number from parent job to child job ?

2014-09-24 Thread Ginga, Dick
I don’t think you can change the actual build number of a job programmatically but what I do is set the Display name of the later jobs. Pass into the later jobs the ${BUILD_NUMBER} of the first. There are a number of ways to set a builds display number: use the Version Number plugin, in a Build

Re: Unable to determine where the build failed

2014-09-24 Thread Kiro jnr
Hi cchen, Did you managed to resolve this issue. I am currently experiencing same issue. Regards Ahmed On Thursday, June 28, 2012 10:16:28 PM UTC+1, cchen wrote: > > Hey folks, > > Using jenkins to build a scala project via maven, and I am having trouble > to determine how builds are failing