Re: [workflow] Git step to check out a commit instead of a branch

2015-03-28 Thread Baptiste Mathus
Just a wild guess: since in Git branch names are actually not very special things, which in the end get translated to the associated sha1, did you just try to put branch: 'abc123' e.g. ? 2015-03-25 15:26 GMT+01:00 Lóránt Pintér : > Hi, > > Is it possible to check out a particular commit hash, ins

Automatic build chain

2015-03-28 Thread Igal Harel
Is it possible to set dependency between builds, so if a change is committed in a dependent build, the complete chine is triggered in the correct order For example if I have: 1. Build A that depends on B & C 2. A,B & C depends on D Then, if a change in committed to build D the. I would expect t

Re: Jenkins add credentials window not works

2015-03-28 Thread Christopher Auth
I have installed Jenkins local on my PC. I have installed the git Plugin and than I want to add a git Repository. Now I select the Radio Button for the git-repo and want to add a Credentials that Jenkins can clone the git-repo.

RESTfully add credentials

2015-03-28 Thread Peter Brooks
Hi all, After something pretty basic but not finding an immediate solution to this. I need to create a credential via REST, that's it really. This is for functional tests in my project, so I need things to be automated. Thanks -- You received this message because you are subscribed to the Goog

Re: [workflow-plugin] execute post build step regardless of any errors that occured before

2015-03-28 Thread Baptiste Mathus
You can use try/catch/finally constructs. Cheers 2015-03-26 17:49 GMT+01:00 Clifford Sanders : > Hi, > > I'm currently migrating a Maven job to a Workflow job. > > There are UI tests so one of the first steps is to start Xvfb before > executing the Maven command and stopping it afterwards. > > s

Re: How to read the logged in user's password in Jenkins as plain text?

2015-03-28 Thread Baptiste Mathus
I don't think there's a way to do this. Fortunately. 2015-03-28 0:38 GMT+01:00 Mantoo Ankalakoti : > Hi, > > I want to read the logged in users password in my jenkins shell script. > I am using the Jenkins own database for authentication. > Please help me if there is any way to accomplish this? >