What is the latest LTS release?

2012-08-06 Thread David Aldrich
Hi I am running Jenkins LTS release v.1.447.1. My 'Manage Jenkins' page shows that 1.447.2 is available. But this Jenkins change log: http://jenkins-ci.org/changelog-stable shows that 1.466.1 is available. What is the latest LTS release please? Best regards David

Re: What is the latest LTS release?

2012-08-06 Thread Richard Bywater
1.466.1 is the latest as far as I'm aware. I've had problems in the past with Manage Jenkins screen showing the correct next version - thought it had been fixed but perhaps there is some process that needs to run on a server somewhere to make it visible to that screen? Cheers Richard. On Mon, Au

RE: What is the latest LTS release?

2012-08-06 Thread David Aldrich
Thanks Richard David > -Original Message- > From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- > us...@googlegroups.com] On Behalf Of Richard Bywater > Sent: 06 August 2012 09:41 > To: jenkinsci-users@googlegroups.com > Subject: Re: What is the latest LTS release? > > 1.466.1 is t

RE: What is the latest LTS release?

2012-08-06 Thread David Aldrich
This is weird. I downloaded what I thought to be 1.466.1 and installed it but Jenkins is now indicating 1.447.2. Also, http://mirrors.jenkins-ci.org/war-stable/latest/jenkins.war is now offline. Is it being updated? David > -Original Message- > From: jenkinsci-users@googlegroups.com

RE: What is the latest LTS release?

2012-08-06 Thread Nord, James
The "latest" symlink is a bit messed up. You can download 1.466.1 from http://mirrors.jenkins-ci.org/war-stable/1.466.1/jenkins.war /James > -Original Message- > From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- > us...@googlegroups.com] On Behalf Of David Aldrich > Sent: 06 Aug

RE: What is the latest LTS release?

2012-08-06 Thread David Aldrich
Thank you, I have 1.466.1 now. David > -Original Message- > From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- > us...@googlegroups.com] On Behalf Of Nord, James > Sent: 06 August 2012 10:14 > To: jenkinsci-users@googlegroups.com > Subject: RE: What is the latest LTS release? > >

Re: Modifying a builds parameters in a system Groovy script

2012-08-06 Thread Reuben Gow
Hi Chris, I've tried out the EnvInject plugin but it doesn't seem to be able to overwrite existing variables. if I put: return [ SOME_NEW_VAR: "blah" ] then I can put the following the in the build step echo ${SOME_NEW_VAR} and get the correct value. However if I put: return [ version_n

Tutorial: Jenkins Plugin to integrate Jenkins and Nexus Repository

2012-08-06 Thread Marcel Birkner
Hi, I was looking for a way to add some metadata to build artifacts after they are deployed to Nexus / Artifactory. Since both tools offer a metadata-plugin for the Pro Editions I decided to write my own Jenkins Plugin that calls the Nexus REST API to add some metadata to the deployed artifact

Re: Jenkins doesn't work with Eclipse Mylyn

2012-08-06 Thread Stepan Vavra
I have some news regarding the Jenkins Mylyn integration. I've found, the last version it worked was: 1.457. Looking at changelog there is no record saying that any API changed in 1.458. Therefore I think this is a bug. Regards, Stepan On Sun, Aug 5, 2012 at 6:13 PM, Stepan Vavra wrote: > > >

Re: workspace deletion

2012-08-06 Thread phil swenson
The problem with this plugin is it cleans the workspace EVERY run. This is simply a periodic maintenance task I want to run... On Fri, Aug 3, 2012 at 10:48 AM, Stanley, Jason wrote: > Install the "Workspace Cleanup Plugin" > > -Original Message- > From: jenkinsci-users@googlegroups.com >

restart broken build when certain string is detected?

2012-08-06 Thread phil swenson
I have a large Jenkins setup in Germany running against SVN in the US. Unfortunately, I get quite a few broken builds from SVN flaking out (network drops I assume). We've never had this problem with everything being in the same datacenter. I don't have a good solution to preventing the problem,

When will Jenkins LTS support Subversion 1.7?

2012-08-06 Thread David Aldrich
Hi Subversion 1.7 was first supported in version 1.40 of the Jenkins Subversion Plugin. Does anyone know when Jenkins Subversion plugin 1.40 or later will be included in a Jenkins LTS release? Best regards David

Jenkins remote API + Email notification

2012-08-06 Thread Wojciech Jodel
Hi all, I am trying to somehow connect my jelly template used by Extended Email Notification plugin ( https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin) to use Jenkins Remote API to display changes for every build. For now, I am simply trying to display XML generated by Remote API with

Jenkins Unresponsive

2012-08-06 Thread William Soula
Periodically through the day Jenkins decides to peg one of the processors and not return requests. I cannot figure out what is the cause of this issue. I've been monitoring the Jenkins log and I see nothing in it around the time it hangs. If I monitor the cpu usage with nmon, I can reliably p

Jenkins remote API + Email notification

2012-08-06 Thread Wojtek Jodel
Hi all, I am trying to somehow connect my jelly template used by Extended Email Notification plugin (https://wiki.jenkins-ci.org/display/JENKINS/ Email-ext+plugin) to use Jenkins Remote API to display changes for every build. For now, I am simply trying to display XML generated by Remote API with

Re: Jenkins remote API + Email notification

2012-08-06 Thread Slide
In answer to your second question, it doesn't look like the jelly:util lib supports any sort of authentication for the loadText tag, so I don't think it is possible. slide On Mon, Aug 6, 2012 at 7:27 AM, Wojciech Jodel wrote: > Hi all, > > I am trying to somehow connect my jelly template used by

RE: When will Jenkins LTS support Subversion 1.7?

2012-08-06 Thread Nord, James
Hi David, It may happen in the next versionof LTS which would be in 3 months time. You can should be able to run the latest subversion plugin in the just released LTS. /James From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Aldrich Sent: 06 A

RE: When will Jenkins LTS support Subversion 1.7?

2012-08-06 Thread David Aldrich
Thanks James David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Nord, James Sent: 06 August 2012 16:38 To: jenkinsci-users@googlegroups.com Subject: RE: When will Jenkins LTS support Subversion 1.7? Hi David, It may happen in the next versionof

Assertion Error on SVNKit

2012-08-06 Thread David Weintraub
Got the following on a checkout. It doesn't seem to affect anything: AssertionError: appears to be using unpatched svnkit at jar:file:/C:/Jenkins/plugins/subversion/WEB-INF/lib/svnkit-1.7.4-jenkins-3.jar!/org/tmatesoft/svn/core/wc/SVNEvent.class I'm using Jenkins Subversion plugin 1.42 and Jenkin

Re: restart broken build when certain string is detected?

2012-08-06 Thread David Weintraub
Unless you plan on stopping mid-checkout, I can think of a single way to do what you want. After the checkout, run "svn status". If you get anything returned, you know that the checkout/update failed. From there, you can force a build failure. I don't think there's an easy way to parse the console

Jenkins and Tomcat

2012-08-06 Thread Pedro Perez
Hello, I'm new to Jenkins and so far I love it...but I have an issue integrating with Tomcat. I have Jenkins stopping and starting Tomcat via ant script. However I've found that Jenkins process-killer shuts down tomcat for me after it's finished. I've read https://wiki.jenkins-ci.org/display/J

Multiple "promotions"

2012-08-06 Thread David Weintraub
We are using the Build Promotion plugin for deployments. I like it because it allows me to deploy the build I want to the servers I want. For example, our last build is Build #27, but I want to deploy Build #20 to prod1. I can go back to Build #20, apply the promotion to prod1. The Build Promotion

Re: Jenkins and Tomcat

2012-08-06 Thread Jeff
I'm a relative n00b to Jenkins but if I were you, I wouldn't run your application on the same tomcat instance. You are making your life harder. Why not create another instance for deploying/testing the app? You can run multiple versions and/or instances of tomcat on different ports, run one in a

Re: Jenkins and Tomcat

2012-08-06 Thread Pedro Perez
Thanks for your reply ... I actually am using different Tomcat deployments for Jenkins and my other app...my difficulty was in disabling the process killer from Jenkins when Jenkins is run through Tomcat (there are lots of instructions on how to disable the process killer when Jenkins is run as

Re: Jenkins and Tomcat

2012-08-06 Thread Jeff
http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#Executing_Manager_Commands_With_Ant In the <$TOMCAT_HOME>/lib folder there should be a JAR called catalina-ant.jar. Make sure it is in your ANT classpath. Import the ant tasks in your ant script: Then call it: <*deploy *

Selenium crashes Chrome when running from Jenkins

2012-08-06 Thread Liron Yahdav
TLDR: Running ruby scripts from Jenkins on OS X that use the selenium-webdriver gem with chromedriver causes the "Aw snap" page to come up in Chrome. Running those same scripts from outside of Jenkins works fine. Any ideas as to what's wrong? -- Long version: We have a CI machine that's a

Re: Jenkins and Tomcat

2012-08-06 Thread Chris Marks
You might also look at the deploy plugin. It creates a post-build step that can remotely deploy a war to multiple containers including Tomcat. Topher On Aug 6, 2012 12:30 PM, "Jeff" wrote: > > http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#Executing_Manager_Commands_With_Ant > > In t

Re: Jenkins and Tomcat

2012-08-06 Thread Jeff
I tried the Jenkins deploy plugin but it wouldn't work with Tomcat 7 for some reason. Maybe I missed something, but for my Maven projects, just ended up using the maven-tomcat7-plugin in the POM. On Mon, Aug 6, 2012 at 11:34 AM, Chris Marks wrote: > You might also look at the deploy plugin. It

Re: CVS and extssh

2012-08-06 Thread Rodri
Hi, After following all the instructions above: - Jenkins conf -> CVSROOT = :ext:: - Env var-> CVS_RSH = path to plink.exe - Public key copied in the server - able to ssh to the server using windows cli and plink without typing the password - able to connect to cvs using cli I

Re: Jenkins and Tomcat

2012-08-06 Thread Pedro Perez
I tried both suggestions, the deploy plugin works great for me, as well as using an ANT script to deploy it...the only problem is I need to shut Tomcat down completely, manually place the .war, and then start up Tomcat--otherwise Tomcat will remove some DB configuration files i keep in /conf/Ca

Re: Jenkins and Tomcat

2012-08-06 Thread Pedro Perez
Ok I figured it out. After it's finished building, Jenkins will destroy every process started during that build process. That is a bummer for those people like me that want to start Tomcat as part of the build process. If you're running Jenkins through Tomcat 7, you can disable it's auto kill f

RE: Jenkins Unresponsive

2012-08-06 Thread William Soula
Is it possible the cobertura plugin is slowing down Jenkins? I have several modules producing cobertura xml reports and then I have a job that gets all the coverage.xml files and puts them in folders and the plugin is pointed at these folders to pick up all the xml reports. Would things work b

RE: Cannot find parent pom, but it IS there

2012-08-06 Thread Chad.Davis
> this is more of a maven question, I think. > > Try turning -X on in the maven job to find out where it is looking. > Thanks. I've already done that though. The output is below. Note, the remote repository where it claims to be looking does indeed hold the artifact. Moreover, other projec

Marking Sonar Builds

2012-08-06 Thread krishna chaitanya kurnala
Hello All We are using Jenkins + SOnar. I have setup our own rule-sets using Quality Profiles/ Thresh-holds(Warning and Error) for the same. I am aware of Build Breaker that Fails the Build if the theresh-holds are not met. I had a huge backlash due to Failing Builds ;-) Wondering if there is a f

PAge Markup Plugin Dead?

2012-08-06 Thread krishna chaitanya kurnala
Hello All I installed, Page Markup Plugin( http://wiki.hudson-ci.org/display/HUDSON/Page+Markup+Plugin) in Jenkins 1.474, but, Dont see anything in Manage Jenkins Tab. Want to know if this Plugin is Outdated or still functional ? What are other Alternatives that you guys are using, for dispalyin

Re: Cannot find parent pom, but it IS there

2012-08-06 Thread Nomar Morado
What is your directory structure? That is where is your parent Pom relative to your child project Printing e-mails wastes valuable natural resources. Please don't print this message unless it is absolutely necessary. Thank you for thinking green! Sent from my iPhone On Aug 6, 2012, at 5:49 PM

Re: miss changelist number in email-ext plug-in with Perforce

2012-08-06 Thread Rob Petti
P4_CHANGELIST is the environment variable name, so reference it using the env token macro. ${env,var="P4_CHANGELIST"} On Thursday, 2 August 2012 19:36:55 UTC-6, michael chiu wrote: > > Yes , I already have my template but if I dont know how to know the > property about changelist number in per

Re: miss changelist number in email-ext plug-in with Perforce

2012-08-06 Thread Slide
I think he wants to format it similar to how the other items format it (HTML formatting, etc) not just a direct dump of the changelist. On Mon, Aug 6, 2012 at 4:40 PM, Rob Petti wrote: > P4_CHANGELIST is the environment variable name, so reference it using the > env token macro. > > ${env,var="P4

RE: Cannot find parent pom, but it IS there

2012-08-06 Thread Russ Tremain
well probably what I would do is eliminate jenkins from the mix entirely. create a tiny pom that references the parent. then run it on the same machine that jenkins is running on. does it work? if so diff it against the pom that is not working. is it the same? hard to believe it is a jenkins

RE: Cannot find parent pom, but it IS there

2012-08-06 Thread Jeff
The parent POM need not be in the path at all...if the relative path is not specified and there is no parent POM in the immediate parent (../) folder, maven will download it just like any other dependency. The parent version also need not be related to the child project version at all. I currentl