[ANN] CloudBees is looking for Jenkins support engineer

2013-06-28 Thread Kohsuke Kawaguchi
I'm looking for someone to fill a full-time position at CloudBees. You'll be working with us to help our customers. If you are interested, please take a look at [1], and drop me a note. [1] http://www.scribd.com/doc/150625999/201306-Job-Description-Support-Engineer -- Kohsuke Kawaguchi | C

Re: Build with parameters redirects to blank screen

2013-06-28 Thread C. Benson Manica
Sorry for missing the previous messages on this topic - yes, this is very helpful. Thank you very much. On Thursday, June 27, 2013 1:14:00 AM UTC-7, matthew...@diamond.ac.uk wrote: > > There have been a number of messages about this in the group over the > last few days – did you not see them?

Regarding Jenkins email notification......

2013-06-28 Thread Murali Prasad
Hi. I want small help from your side So I configured "JENKINS" and in this when I tried to set email notification, in our company we have proxy settings.. so its sending fine to Gmail successfully without proxy and with proxy it is not sending to Gmail also.but when I tried to o

Re: interogate other buildflow runs?

2013-06-28 Thread nicolas de loof
I would prefer this to be part of some extension plugin. Extension point exist so you can introduce some new SDL functions 2013/6/28 James Nord (jnord) > If I managed to get the buildflow plugin to build and pass unit tests > (master is broken on my windows box), and got my IDE to understand t

RE: interogate other buildflow runs?

2013-06-28 Thread James Nord (jnord)
If I managed to get the buildflow plugin to build and pass unit tests (master is broken on my windows box), and got my IDE to understand the groovy stuff, and added this support is this something that you would accept as a patch, or would you prefer that it would live in a separate plugin as an

Re: Jenkins with a DB?

2013-06-28 Thread Michael Barbine
On Friday, June 28, 2013 4:14:46 PM UTC-4, Michael Barbine wrote: > > Hello! > > I'm looking for some input on a proven way to put all of the data > contained in the Jenkins XML or API into a RDBMS. Doesn't matter which > one... I can move it around later. > > I found some plugins on the Jenk

Jenkins with a DB?

2013-06-28 Thread Michael Barbine
Hello! I'm looking for some input on a proven way to put all of the data contained in the Jenkins XML or API into a RDBMS. Doesn't matter which one... I can move it around later. I found some plugins on the Jenkins site - any input on which is the best? I have some ideas on developing my ow

Re: Email-Ext , Subversion Repo URL in Jelly script

2013-06-28 Thread Slide
build is the AbstractBuild item, you can see the JavaDoc at [1] for it. You'd need to read up on how to access the environment variables for the AbstractBuild and convert that into Jelly. I've been recommending to people that they move away from Jelly to Groovy templates, they are much easier to

Email-Ext , Subversion Repo URL in Jelly script

2013-06-28 Thread Kamal Ahmed
I can get the Subversion Repo URL, for the Job as: Subversion URL: ${ENV, var="SVN_URL"} But, is it possible to have the same in jelly script, like "build.svn_url" so i can display it as part of the email with the same fonts, etc Project: ${project.name} Date of build: ${it.timestampString}

Re: interogate other buildflow runs?

2013-06-28 Thread nicolas de loof
this isn't possible, this require state management between flows execution that build-flow plugin don't offer 2013/6/28 James Nord (jnord) > Hi all, > > ** ** > > I would like to have a buildflow job “flowjob” that kicks of job1, job2 & > job3 sequentially. > > ** ** > > The trigger fo

interogate other buildflow runs?

2013-06-28 Thread James Nord (jnord)
Hi all, I would like to have a buildflow job "flowjob" that kicks of job1, job2 & job3 sequentially. The trigger for the flowjob is a successful build of "upstream". I want to be able to run flowjob for every upstream trigger (so far so simple) But I only want the flowjob to run as far as any

Re: integration between testng-ant-jenkins-testlink

2013-06-28 Thread Jide
Hello Jacov, I just read your mail and discovered that I have the same problem with you. Please, were you able to solve the problem and if yes, can you give me a hint on how you did it. I will be very grateful for your efforts. Regards, Jide Am Mittwoch, 29. August 2012 12:06:30 UTC+2 schrieb

Re: Can I grant rights to the job creator with Project-based Matrix Authorization Strategy

2013-06-28 Thread Sebo.PL
It seems I've found a solution: https://wiki.jenkins-ci.org/display/JENKINS/Create+Job+Advanced+Plugin W dniu piątek, 28 czerwca 2013 12:47:21 UTC+2 użytkownik Sebo.PL napisał: > > Hi, > I am using Jenkins v1.520 with Active Directory and Project-based Matrix > Authorization. > > I've granted Job

Can I grant rights to the job creator with Project-based Matrix Authorization Strategy

2013-06-28 Thread Sebo.PL
Hi, I am using Jenkins v1.520 with Active Directory and Project-based Matrix Authorization. I've granted Job-create right to all authenticated users and intended to grant all rights for the user that created the job when the job is created. Is there a way to grant the rights automatically for t

Re: Jenkins build history is removed shortly after build

2013-06-28 Thread Louis Roché
I have the same problem. But my job has many build steps. I don't know why yet, but it's really annoying. L. On Wednesday, June 26, 2013 10:49:42 PM UTC+2, Michael Smolyak wrote: > > The build in question does not have any build steps. All it does is pulls > a repository from Git and exposes fi

Re: API to create/manage nodes

2013-06-28 Thread Kannan Manickam
I have implemented a Jenkins Ruby API Client here: https://github.com/arangamani/jenkins_api_client The documentation can be found here for creating node via the API: http://rubydoc.info/gems/jenkins_api_client/0.12.1/JenkinsApi/Client/Node:create_dump_slave On Tuesday, February 5, 2013 12:36

RE: Perform Maven Release error in build 1.519

2013-06-28 Thread James Nord (jnord)
For google searching purposes, the issue was fixed in m2Release 0.10.0 so a Jenkins upgrade is not needed. /James From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of glsilver...@pssd.com Sent: 27 June 2013 20:30 To: jenkinsci-users@googlegroups.com Subj

Jenkins slave node management with VM snapshots

2013-06-28 Thread Yves Goergen
We're running a Jenkins server on one machine that monitors the SVN repository and performs the complete build of the project. It's using a custom PowerShell script which basically just finds and runs MSBuild, Dotfuscator and InnoSetup. The resulting setup executable shall then be transfered to

Re: cppunit-1.12.1 failed to parse xml reports

2013-06-28 Thread Sivaraman Kanniah
Dear All I am just setting up a job to parse cpp unit test results in jenkins. I have used the xml presented in this email and configured xunit (cppunittest-1.12.1) plugin version 1.54. Still I am getting the same error. Is there any additional configuration required to be done? Thanks Sivaram