Re: maven-release-plugin : How to better manage cascading releases

2013-02-26 Thread Andrei Pozolotin
Jeff, Keith: would you be interested in collaborating on a jenkins plugin for this? Andrei. Original Message Subject: Re: maven-release-plugin : How to better manage cascading releases From: Keith Collison To: jenkinsci-users@googlegroups.com Date: Tue 26 Feb 2013 09:40:59 PM CS

Re: maven-release-plugin : How to better manage cascading releases

2013-02-26 Thread Andrei Pozolotin
Keith: very good points, thank you very much for sharing. Andrei. Original Message Subject: Re: maven-release-plugin : How to better manage cascading releases From: Keith Collison To: jenkinsci-users@googlegroups.com Date: Tue 26 Feb 2013 09:40:59 PM CST > We've put in place the

Re: maven-release-plugin : How to better manage cascading releases

2013-02-26 Thread Andrei Pozolotin
Jeff: thanks for the feedback. Andrei. Original Message Subject: Re: maven-release-plugin : How to better manage cascading releases From: Jeff To: jenkinsci-users@googlegroups.com Date: Tue 26 Feb 2013 12:14:07 AM CST > I've thought about this too, there could be a logistics iss

Re: email-ext "back to stable" emails?

2013-02-26 Thread Slide
I think you are looking for the "Fixed" trigger perhaps? The "Improvement" trigger is for improvement in tests, not just improvement in the build itself. On Tue, Feb 26, 2013 at 8:48 PM, Josh Unger wrote: > How do you configure email-ext to have it send the "back to stable" emails > that the em

email-ext "back to stable" emails?

2013-02-26 Thread Josh Unger
How do you configure email-ext to have it send the "back to stable" emails that the email notifications send? I configured a project to have Failure, Unstable, and Improvement triggers. Then, introduced a maven XML failure to receive a "Failed" email. This worked and I received a failure email.

Re: maven-release-plugin : How to better manage cascading releases

2013-02-26 Thread Keith Collison
We've put in place the first half of this by adding these goals to our maven builds: versions:use-releases scm:checkin The former will update a pom to use released versions of snapshot dependencies. The latter commits any resulting changes to the pom.xml. We also use the "includesList" param

xUnit A file not found with Check (C unit test framework)

2013-02-26 Thread C. Thomas Stover
Hi list. First time Jenkins user after convincing talk by Kohsuke this weekend at SCALE. (debian 6, x86-64, installed jenkins via apt with instruction on site) I have do-nothing test job with a single shell script: #!/bin/bash echo ' \ http://check.sourceforge.net/ns";> \ 2013-02-26 16:42:55 \

Can we give any server path as backup directory in Backup/thinbackup plugin

2013-02-26 Thread Rahul k a
Can we give any server path as backup directory in Backup/thinbackup plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegr

EC2-plugin with Spot support

2013-02-26 Thread ERIC CARON
We are a group of software engineering students at the Rochester Institute of Technology working on a project to extend the functionality of the ec2-plugin for Jenkins by adding the option to use Spot instances as slaves. Our project is available on github at https://github.com/bwall/ec2-plugi

Re: Ubuntu apt-get install returns found 302 for Jenkins 1.502 upgrade

2013-02-26 Thread Eduardo Dias
Hi John, I had a problem with my dev system when I have tried to upgrade Jenkins from 1.494 to 1.502 and all installed plugins, Once is my dev system, I tried to recover the Jenkins without success, them I am installing Jenkins in a clean system. I am not comfortable to upgrade my production Jenki

Re: Ubuntu apt-get install returns found 302 for Jenkins 1.502 upgrade

2013-02-26 Thread J Arrizza
This seems to be related to the use of apt-cacher (this caches apt packages). I disabled it and the system upgraded correctly. On Mon, Feb 25, 2013 at 4:41 PM, J Arrizza wrote: > I have an Ubuntu 10.04 server running Jenkins. I did a: > >sudo apt-get upgrade > > and all packages installed co

Re: How to configure Linux Jenkins as not anonymous

2013-02-26 Thread mwpowellhtx
I am looking at my /etc/init.d/jenkins and it is a bash script. There is a JENKINS_USER there, but I don't see it set. I take it, I set it there and/or export the value? I'm new to this Linux thing, does that sound about right? On Tuesday, February 26, 2013 11:40:32 AM UTC-6, mwpowellhtx wrote:

Re: Quickly testing Jelly templates with email-ext?

2013-02-26 Thread Slide
As I said, the groovy script console can be used to do quite a bit of stuff, I'll try and do a write-up tonight and post to the wiki. On Tue, Feb 26, 2013 at 11:01 AM, Josh Unger wrote: > Thanks, I'll take a look at the Groovy. Any recommended approaches for > quickly testing the Groovy? > > >

Re: Timeout on Parsing POMs

2013-02-26 Thread Vincent Latombe
Hi Julien, it may be due to https://issues.jenkins-ci.org/browse/JENKINS-15846 . Best way to know is to take a thread dump on the slave when it happens. Vincent 2013/2/26 Julien Carsique > Hi, > > Since upgrade from 1.494 (or 1.500) to 1.502, I'm encountering a lot of > builds aborted because

Re: Quickly testing Jelly templates with email-ext?

2013-02-26 Thread Josh Unger
Thanks, I'll take a look at the Groovy. Any recommended approaches for quickly testing the Groovy? On Tue, Feb 26, 2013 at 5:06 AM, Slide wrote: > Honestly, I have been recommended people move off of the Jelly templates > and use the groovy scripts/templates (see the SCRIPT token). It has more

Timeout on Parsing POMs

2013-02-26 Thread Julien Carsique
Hi, Since upgrade from 1.494 (or 1.500) to 1.502, I'm encountering a lot of builds aborted because of timeout while "Parsing POMs". It's happening on about 1 build by 5~10 (which is huge). The issue is random and does not seem to be specific to some kind of job. In case it's important: most of

How to configure Linux Jenkins as not anonymous

2013-02-26 Thread mwpowellhtx
Hello, I am sure this question has been asked in different forms before, having some difficulty connecting the dots. I've got Jenkins more of the way installed, some owner and permissions issues on a jenkins account better understood and resolved. I can now clone repositories on the command pro

RE: Deleting artifacts for successful builds

2013-02-26 Thread Merrow, Frank
On success . . . delete all those unwanted artifacts before terminating the job? Frank From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Xavier Nodet Sent: Tuesday, February 26, 2013 9:01 AM To: jenkinsci-users Subject: Deleting artifacts for successfu

Deleting artifacts for successful builds

2013-02-26 Thread Xavier Nodet
Hello, Some of our Jenkins jobs run tests. When a test fails, it may have created a core file, and we want to archive this core file and all the other relevant binaries. But for all the successful jobs, these binary artifacts are useless and take much space in the build history. Is there an easy

Re: Check GIT commit messages.

2013-02-26 Thread Patrick
Thanks for reply! Sure, the decision to reject all incorrect commits is pretty hard. I was just interested in what is possible with jenkins… Tanks! On Tuesday, February 26, 2013 3:16:01 PM UTC+1, Mark Waite wrote: > > If you want to reject a Git commit if it does not have certain text, you >

Re: Check GIT commit messages.

2013-02-26 Thread Mark Waite
If you want to reject a Git commit if it does not have certain text, you should probably refer to the Git hooks documentation to understand how to implement a Git hook on the Git SCM rather than using Jenkins to guard against incorrect commits.  Most Git books will also describe the limitations

Check GIT commit messages.

2013-02-26 Thread Patrick
Hey Guys i am very new to this whole jenkins thing. Currently i've added a jshint check to every new commit and it works pretty well so i want to let check jenkins much more… Im trying so check for the commit messages itself. Is it possible to check if the commit message begins with a specific

Re: error Code 500 trying to use git plugin in jenkins

2013-02-26 Thread Mark Waite
If I'm reading the source code correctly, that line in the source code (line 77 in UserRemoteConfig of the git plugin) is trying to find the default Git installation.  If that default Git installation finding method returns null, I think a null pointer exception will result since the value of th

Re: Quickly testing Jelly templates with email-ext?

2013-02-26 Thread Slide
Honestly, I have been recommended people move off of the Jelly templates and use the groovy scripts/templates (see the SCRIPT token). It has more power, its easier to use and you can prototype stuff in the script console to some degree. 1) This would just be a matter of getting the CaseResult obje

Rekeying process successful but hudson.scm.SubversionSCM.xml seems to be the same

2013-02-26 Thread David Mata
Hello. After rekeying jenkins in 1.502, the encrypted passwords in that file are the same. Do you know if "hudson.scm.SubversionSCM.xml" is out of the rekeying process? After that, I run a postbuild script to tag SVN as I want, and I'd like to know if I have to change this script which decryp

Re: Maven site hosted on Jenkins

2013-02-26 Thread Ilko
Hi, I've run in similar problems and found there is an issue in Jira. Here the link to my original post with reference to the issue: https://groups.google.com/d/topic/jenkinsci-users/0MCof-NrzCE/discussion If you find some direct working solution beside of "Archive artifacts" I'll be glad if y

Re: jenkins/winstone running under https

2013-02-26 Thread David Doughty
hi JC, I created the keystore with the self certified key a couple of weeks ago when I installed jenkins, and then generated a CSR. The root/intermediate and private key for the machine have been loaded into the same keystore. Jenkins is currently started with the following command java $JAVA_

Re: Jenkins (JVM) crashes after few minutes after start

2013-02-26 Thread Alvaro Martinez Echevarria
Just today I've seen something relatively similar in jenkins 1.501. I was able to observe in real time how jenkins killed itself (I used strace, since jenkins had been just exiting leaving no trace of what was going on). To cause that, a local job (scheduled in "master") was started manually, c

Re: How to persuade Ubuntu Linux Jenkins to install Git

2013-02-26 Thread nicolas de loof
then see jenkins system configuration and configure your git installation path when required. Should not be necessary with standard installations that set git as /usr/bin/git 2013/2/26 Mark Waite > I think you may not have realized that you need two plugins to enable Git > SCM on Jenkins. The G