How to log the other running jobs?

2013-01-27 Thread zakyn
Hello, I have a situation that sometimes our builds crashed. I think it could be because of other jobs running and the very old unittests could cause these problems because of their dependency. Is it any way how to write information about running jobs to the each build log? I need to know what

Re: Unix or Windows

2013-01-27 Thread J Arrizza
Since either OS is fine, then the question bounces back to you: what kind of builds are you doing? If you have mostly Windows builds, choose Jenkins/Hudson on Windows. And conversely choose Linux if you do mostly Linux builds. It is much easier to maintain the Jenkins/Hudson jobs if you are using

Re: copy artifacts - pick from two upstream jobs

2013-01-27 Thread Fred G
Hi Chris, Sorry, no joy so far. It's been a while since I tried to fix it. I'll try to take a look at it again. Can't promise a time frame though. Regards, Fred On Friday, January 25, 2013 10:53:11 AM UTC+1, Chris Withers wrote: > > Hi Fred, > > Did you have any joy with this? > > I've using

Re: git exception in jenkins.log (java.lang.NoClassDefFoundError: org/spearce/jgit/lib/ObjectId)

2013-01-27 Thread Chester Chen
thanks for the replay. All the plugin are up-to latest version. Git plugin version is 1.1.26 The git is $ git --version git version 1.7.10.4 Chester On Sunday, January 27, 2013 9:03:31 AM UTC-8, Eyal Edri wrote:

Re: git exception in jenkins.log (java.lang.NoClassDefFoundError: org/spearce/jgit/lib/ObjectId)

2013-01-27 Thread Eyal Edri
afair, it was an old git version or a git version that didn't match the gerrit trigger plugin. did you try updating git? and the git plugin? - Original Message - > From: "Chester Chen" > To: jenkinsci-users@googlegroups.com > Cc: ee...@redhat.com > Sent: Sunday, January 27, 2013 6:45:1

Re: git exception in jenkins.log (java.lang.NoClassDefFoundError: org/spearce/jgit/lib/ObjectId)

2013-01-27 Thread Chester Chen
Hi, I got the same class not found exception with the latest Jenkins, gerrit-trigger (2.7.0) and all the update plugin. I googled around, notice that the there is an existing issue in Gerrit Trigger filed last year, but still unresolved. One solution suggested last year was t

POM only project builds going away.

2013-01-27 Thread andres
I have a pom only project that is built by Jenkins. The only thing it really does is send it to my repo. This is used by several other projects. For some reason, Jenkins is not keeping these builds. It even seems to be deleting the workspace. The subversion polling log shows: "No existing b

Re: Unix or Windows

2013-01-27 Thread Stephen Connolly
s/solace/slave/g ;-) Damn you autocorrect On Sunday, 27 January 2013, Stephen Connolly wrote: > Windows file locking mode is a pain. With a windows solace you can restart > the slave process with low or no impact... Restarting the master take a lot > more coordination (waiting for all builds to

Re: Unix or Windows

2013-01-27 Thread Stephen Connolly
Windows file locking mode is a pain. With a windows solace you can restart the slave process with low or no impact... Restarting the master take a lot more coordination (waiting for all builds to stop) and has a much higher impact (all builds stopped until master restarted) That, and the 254 chara

Re: git: Can I change a barnach in 'Branches to build' in configuration after building a project in a specific branch

2013-01-27 Thread Ahmed Mubbashir Khan
So now I created a new project specifying a branch: But the result is the same, I am not sure what's wrong in my configuration: the logs says: *No candidate revisions* *ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.* *Recording test resu

Re: git: Can I change a barnach in 'Branches to build' in configuration after building a project in a specific branch

2013-01-27 Thread Ahmed Mubbashir Khan
Plus on executing 'git branch -a' It doesn't list any of the other remote branch, see: $ git branch -a * (no branch) master remotes/origin/HEAD -> origin/master remotes/origin/master On Sunday, 27 January 2013 16:13:09 UTC+4, Ahmed Mubbashir Khan wrote: > > Hi All, > I configured a porjec

Re: Unix or Windows

2013-01-27 Thread Mark Waite
I prefer Debian Linux or Red Hat Linux over Windows because it is simpler to install and configure Jenkins from the supplied Debian package than it is to either configure Windows security so that I can run builds and tests as a Windows service or to configure Jenkins to run on the machine from a

git: Can I change a barnach in 'Branches to build' in configuration after building a project in a specific branch

2013-01-27 Thread Ahmed Mubbashir Khan
Hi All, I configured a porject with a specific branch, then instead of specifiying a branch I though it would be better if I go with the default behaviour that is build every branch. I removed the the branch name from 'Branches to build' but on polling it seems like that it is still looking for

RE: Unix or Windows

2013-01-27 Thread Peter Miklosko
I'm unix user, more familiar with it and do not like the extra steps you need to take when setting stuff on server when on Windows. And that doesn't apply only to Jenkins, but to whole server for whatever it will be used web server, testing... On 27 Jan 2013 11:59, "Levin, Ilya" wrote: > > Can y

RE: Unix or Windows

2013-01-27 Thread Levin, Ilya
Can you elaborate why? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Peter Miklosko Sent: יום א 27 ינואר 2013 13:53 To: jenkinsci-users@googlegroups.com Subject: Re: Unix or Windows Unix On 27 Jan 2013 11:37, "Levin, Ilya" mailto:ilya.le...@hp.c

Re: Unix or Windows

2013-01-27 Thread Peter Miklosko
Unix On 27 Jan 2013 11:37, "Levin, Ilya" wrote: > > Hello, > > > > I have a simple question, what OS should I Choose when installing Jenkins ? > > > > Thanks --

Unix or Windows

2013-01-27 Thread Levin, Ilya
Hello, I have a simple question, what OS should I Choose when installing Jenkins ? Thanks