How to do this in Jenkins?

2013-07-31 Thread Bob Bick
Hi, I am migrating a home-grown build system to Jenkins. The home-grown build system executes a very large milestone build that can run for a day or more (depending on whether there are errors that occur). I have been using the Build Flow Plugin and it is nearly a perfect fit to replace the

Re: How to do this in Jenkins?

2013-07-31 Thread Stephen Connolly
I think nicolas de loof has a build pipeline plugin that might offer what you are looking for... but to be honest I am distracted with other stuff and have not looked at his plugin On 31 July 2013 14:07, Bob Bick bb...@netjets.com wrote: Hi, ** ** I am migrating a home-grown build

Re:Is there a chance to get Subversion 1.8.x running with jenkins?

2013-07-31 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Are you saying that SvnKit in Jenkins can't talk to a Subversion 1.8 server? That would be quite surprising, so I suspect that you are having problems because you are sharing a Subversion checkout (working copy) between Jenkins jobs and other uses, and they are using different versions of

Jenkins Crashing

2013-07-31 Thread Harlan Barnes
I'm having an issue where jenkins/java crashing regularly and often. It had been working fine for a long while and I had to restart the VM recently. It then started failing over and over again. I've rebuilt a new Centos6 image from scratch, re-installed, re-added each plugin until I got it

Log message missing correct SVNExternalDetails.toString() information

2013-07-31 Thread Hartmut Kühn
Hi all, I don't know, if this is the right place to send this. I am missing correct SVNExternalsDetails.toString() information in my build logs, when using SVN externals: AUtools\SetupTools\lib\jdom\jdom-1.1.1.jar AUtools\SetupTools\lib\jdom\jdom-1.1.1.zip Hole

Re: Log message missing correct SVNExternalDetails.toString() information

2013-07-31 Thread Daniel Beck
This was fixed a month ago in the Subversion plugin: https://github.com/jenkinsci/subversion-plugin/commit/5dce1f171869ade40d3558dc187a1cdf246f3d32 No release since, so you could use a snapshot build to fix it in your Jenkins. On 31.07.2013, at 16:52, Hartmut Kühn ku...@optimal-systems.de

workspace cleanup plugin and artifact archiving don't work with absolute paths?

2013-07-31 Thread Chris Withers
Hi All, We've noticed that some of our jobs are leaving core files in /coredumps and we'd like to archive those as artifacts when that happens. So, how do we do that? If I put /coredumps/* in as a Pattern for files to be deleted the workspace cleanup plugin silently does nothing. Why is

Manually defining jenkins cli port

2013-07-31 Thread Rui Fernando Hayashi
Hi I'm using the OpenID plugin for authentication. I'm trying to use the CLI, but I get this error: Exception in thread main java.io.IOException: No X-Jenkins-CLI2-Port among [null, Vary, Date, Content-Length, Keep-Alive, Set-Cookie, Connection, Content-Type, Server] As far as I understood, the

Upgrade Automatically disabled

2013-07-31 Thread Ben Hines
I'm running jenkins as a java jar via the init script: jenkins 3489 1 0 10:47 ?00:00:40 /etc/alternatives/java -Dcom.sun.akuma.Daemon=daemonized -Djava.awt.headless=true -DJENKINS_HOME=/opt/jenkins -jar /usr/lib/jenkins/jenkins.war --logfile=/var/log/jenkins/jenkins.log

Re: Jenkins Job Builder URL open error

2013-07-31 Thread Harsh Desai
Using the job builder, I can create jobs from a YAML file. Is it possible to do the reverse? That is, build a YAML file from an existing jenkins job? Thanks Harhs On Tuesday, July 30, 2013 4:26:00 PM UTC-7, Richard Bywater wrote: No worries - glad that you got it working. Richard. On

Re: workspace cleanup plugin and artifact archiving don't work with absolute paths?

2013-07-31 Thread Eric Pyle
Hi Chris, You can get a shell script as a post-build action by using Flexible Publish or PostBuildScript plugins. Regarding the main problem you are having, does the user running Jenkins have that /coredumps path available? Eric On 7/31/2013 1:11 PM, Chris Withers wrote: Hi All, We've

Can we run parallel jobs in jenkins (i.e Functioanl test cases running aganist Dev builds)

2013-07-31 Thread Krishna Gundala
Hi All, I am having a two servers 1. Dev Server- deployes for every two hours 2. Functional Server- Nightly deploy (yet to be implemented) My Functional suites resides in Source- sevrer. Now, I need to deploy my functional suite from source server in Functional Server and run against latest

Re: Jenkins Job Builder URL open error

2013-07-31 Thread Richard Bywater
Not that I know of but might be something out there that someone has come up with. Richard. On Thu, Aug 1, 2013 at 8:05 AM, Harsh Desai attitude.ha...@gmail.comwrote: Using the job builder, I can create jobs from a YAML file. Is it possible to do the reverse? That is, build a YAML file from

[no subject]

2013-07-31 Thread Stuart Whelan
Hi folks, I was/am running 1.522 on a windows server 2008R2 64bit system using winstone. Last week I tried to upgrade to 524, and had to roll back as jenkins wouldn't start afterwards. Today I tried 525 and the same thing happened. A gist of the error log is:

Windows Server 2008RS 64bit Jenkins upgrade from 1.522 failure.

2013-07-31 Thread Stuart Whelan
Sorry for the lack of subject in the last post... On Thursday, 1 August 2013 09:37:33 UTC+12, Stuart Whelan wrote: Hi folks, I was/am running 1.522 on a windows server 2008R2 64bit system using winstone. Last week I tried to upgrade to 524, and had to roll back as jenkins wouldn't start

Getting failed builds noticed

2013-07-31 Thread Maureen Barger
We are having a little trouble getting devs to realize their builds have failed. Currently emails are sent out to affected parties and their sprint groups when this happens, but they are not acting on the notification. Other than devising a people-based method to address this, what programmatic

Re: Getting failed builds noticed

2013-07-31 Thread Pete
We have a build lamp using an arduino chip to manage the lamp. We also have a shame doll that travels around to people's desks who aren't following the team rules. On Wed, Jul 31, 2013 at 6:04 PM, Maureen Barger mobar...@gmail.com wrote: We are having a little trouble getting devs to realize

Re: Getting failed builds noticed

2013-07-31 Thread Maureen Barger
Thanks Pete. I failed to mention not everyone is in the same room much less the same location or coast or even country On Jul 31, 2013 7:56 PM, Pete peteha...@gmail.com wrote: We have a build lamp using an arduino chip to manage the lamp. We also have a shame doll that travels around to

How to setup if source code is composited by 2 repository

2013-07-31 Thread Hui-kuang Hsu
Hello, I am new to Jenkins. In my case, source code folder 'a' pull from repository 'a', and source code folder 'b' pull from repository 'b' (by svn:external property). In Dashboard, only can set 1 repository. How to setup to let Jenkins work? Thanks a lot. -- You received this message

Re: How to setup if source code is composited by 2 repository

2013-07-31 Thread gMaiL
I would have two jobs for each repo. Sounds like you have dependencies between two repos so I would make one Jenkins job depend on the other. Hope this helps. Printing e-mails wastes valuable natural resources. Please don't print this message unless it is absolutely necessary. Thank you for

Re: Can we run parallel jobs in jenkins (i.e Functioanl test cases running aganist Dev builds)

2013-07-31 Thread Irfan Sayed
you can refer build flow plugin OR join plugin regards irfan On Thu, Aug 1, 2013 at 2:22 AM, Krishna Gundala gmk.in...@gmail.com wrote: Hi All, I am having a two servers 1. Dev Server- deployes for every two hours 2. Functional Server- Nightly deploy (yet to be implemented) My