Is there a better way to set GIT_COMMIT than with push?

2012-10-06 Thread Daniel Doubrovkine
I'm trying to get a parallel build going with the build flow plugin. I got it to work as follows: 1. A job that runs on branch "master" and pushes "master-ci" with "git push origin master:master-ci". 2. A bunch of parallel tasks that run on "master-ci" branch. 3. A final task that push

RE: jenkins plugin for sona type repository manager

2012-10-06 Thread Rajagopal, Sampath
Just to make it clear, this request is for nexus repository manager plug-in within jenkins. This is from sonatype company. thanks From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Rajagopal, Sampath Sent: Friday, October 05, 2012 11:52 PM To: jenkinsc

Re: jenkins plugin for sona type repository manager

2012-10-06 Thread krishna chaitanya kurnala
Nope. Not to my Knowledge. There is a plugin for Artifactory alone. Thanks Krishna Chaitanya On Sat, Oct 6, 2012 at 12:21 PM, Rajagopal, Sampath < sampath.rajago...@vce.com> wrote: > Just to make it clear, this request is for nexus repository managerplug-in > within jenkins. This is from sonat

Re: LDAP authentication: ConnectException shows partial URL

2012-10-06 Thread krishna chaitanya kurnala
hey marc Couple of pointers. Feel free to install http://www.ldapbrowser.com/download.htm to make sure the AD details you are giving below are correct. Also, make sure ports 389 and 3268 are not blocked by firewall on jenkins master. When I have setup, both the above points helped me. Thanks,

Re: Github Webhook

2012-10-06 Thread Sami Tikka
You could install the Github plugin. It provides an entry point that Github web hook can trigger without authentication. -- Sami William Soula kirjoitti 5.10.2012 kello 15.53: > Our Jenkins currently builds both github enterprise projects and svn > projects. I would really like to implement

Questions about Heavy Job Plugin

2012-10-06 Thread mpapo - Michael Pailloncy
Hi all, I've questions about https://wiki.jenkins-ci.org/display/JENKINS/Heavy+Job+Plugin Configuration : - 1 node with 2 executors - 3 jobs with one taking 2 executors with this plugin If we run a first job taking one executor and a second taking two executors, the second is waiting

Re: Cannot display dependency graph

2012-10-06 Thread Hez
Hi Domi Yes, the user jenkins is able to run 'dot'. Here is the console output: $ whoami jenkins $ dot -V dot - Graphviz version 2.12 (Wed Nov 23 19:29:35 UTC 2011) On Saturday, October 6, 2012 1:46:20 PM UTC+8, domi wrote: > > Does the user Jenkins runs with see 'dot' on the PATH? ('dot' is