RE: Will next LTS use svn v1.7?

2013-04-23 Thread David Aldrich
Hi Mark Thanks for your reply. It would require quite a lot of work to set up a test instance of Jenkins and to test the Subversion plugin with the new LTS. I'm sorry, but we don't have the resources to do that currently. Thanks for your hard work in contributing to the LTS releases. Best re

Automatic delete builds - promote plugin

2013-04-23 Thread zakyn
Hello, I set the automatic delete the build after 30 days but some of them which are used in QA I would like to still have. I used promotion pluginn but it seems that still the promoted builds are deleted. Do I miss anything? I thought that promoted builds should not be deleted. Thanks zakyn

Re: Will next LTS use svn v1.7?

2013-04-23 Thread Mark Waite
As far as I can guess from reading the history of the Subversion plugin on the Jenkins wiki, it appears that Subversion 1.7 support was included in Jan 2013, while Jenkins 1.509 was released in April 2013. I think that suggests Subversion 1.7 support will be included in Jenkins 1.509.1. If you

Re: Will next LTS use svn v1.7?

2013-04-23 Thread Mark Waite
I read the history incorrectly. It appears that Subversion 1.7 support was introduced into the Subversion plugin in May 2012, not Jan 2013. That was well before the Nov 2012 release of the most recent long term support release, Jenkins 1.480.1. As far as I can tell, the current Jenkins LTS,

RE: Will next LTS use svn v1.7?

2013-04-23 Thread David Aldrich
Hi Mark I don't understand well how the LTS releases work, but it seems to me that there is a set of core plugins that are shipped with the release. So an LTS release is bound (pinned?) to a particular version of the SVN Plugin (although I guess one can choose to upgrade to a later version of

Jenkins 2 Jobs based on 2 String parameters

2013-04-23 Thread Power Ranger
I want to triger 2 jobs in jenkins based on the string parameters...so that i will give two paramters (nightly and release) if build paramter is "nightly" then job1 has to be triggered, if the parameter build is "release" job2 has to be triggered. is there any way to do in jenkins ? -- You rec

Deploy Plugin Issue

2013-04-23 Thread Harpreet singh Wadhwa
Hi, I tried this plugin (deploy plugin), worked fine for tomcat (war file), but when I tried using it for JBoss (ear file), the context got deployed, but in tmp rather than default. So on JBoss restart my app is gone. Anyway to deploy it to default, or am I doing something wrong. Thanks -- htt

Parameterize FTP credentials when using Publish over FTP to promote build

2013-04-23 Thread tankertux
I have the need for our QA people to enter their username and password as login credentials to publish artifacts over FTP. Is there any generally accepted way to do this with the current Publish over FTP plugin? I have the Publish over FTP plugin building from source, and am attempting to ext

Re: Will next LTS use svn v1.7?

2013-04-23 Thread Stephen Connolly
https://github.com/jenkinsci/jenkins/blob/stable/war/pom.xml#L291 indicates that subversion plugin 1.39 is bundled in 1.509.1, which IIRC was the last release before SVNKit changed to a more viral license. I don't know what the story is with whether OSS is going to bundle the newer subversion plu

RE: Will next LTS use svn v1.7?

2013-04-23 Thread David Aldrich
Hi Stephen Thanks very much for your explanation. That is very clear. Do you know what happens when one upgrades from 1.39 to 1.45? If one was using a svn command line client, the client would warn you that the working copy needs upgrading and one could run 'svn upgrade' on it. What would be

No Emails were sent from Jenkins Build server

2013-04-23 Thread shumei
Hi, There was no emails sent from Jenkins build server since last week, it was working fine two weeks ago. How did you resolve this issue? What should I do to get the email working again? Our Jenkins Version is 1.511 Jenkins Email Extension Plugin is on version 2.28 and Jenkins Mailer Plugi

Re: Will next LTS use svn v1.7?

2013-04-23 Thread Stephen Connolly
SVNKit will work happily on 1.4, 1.5 and 1.6 working copies IIRC, now it may upgrade them to 1.7 as soon as it sees them, or it may not. I have not verified so cannot comment. On 23 April 2013 15:29, David Aldrich wrote: > Hi Stephen > > ** ** > > Thanks very much for your explanation. Tha

RE: Will next LTS use svn v1.7?

2013-04-23 Thread David Aldrich
Thanks, David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Stephen Connolly Sent: 23 April 2013 16:07 To: jenkinsci-users@googlegroups.com Subject: Re: Will next LTS use svn v1.7? SVNKit will work happily on 1.4, 1.5 and 1.6 working copies IIRC,

RE: No Emails were sent from Jenkins Build server

2013-04-23 Thread Alex Earl
Does the full list of INVALID email addresses match who you are expecting the email to go to? You could enable javamail debugging via a command line switch. Sent from my Windows Phone -- From: shumei Sent: 4/23/2013 7:34 To: jenkinsci-users@googlegroups.com Subject: No

Re: email notifications have issues for Jenkins master in Amazon

2013-04-23 Thread rakhee Kulkarni
Its interesting you ask that slide. I did not have the mailer plugin and I could send emails but was getting this error message. Maybe the older versions of Jenkins have a in-built mail plugin? I do plan to upgrade per your advise. Thanks, Rakhee On Monday, April 22, 2013 6:35:28 PM UTC-7, sli

Re: email notifications have issues for Jenkins master in Amazon

2013-04-23 Thread Slide
Yes, older versions of Jenkins have the Mailer as part of core. On Tue, Apr 23, 2013 at 8:30 AM, rakhee Kulkarni wrote: > Its interesting you ask that slide. I did not have the mailer plugin and I > could send emails but was getting this error message. Maybe the older > versions of Jenkins have

Jenkins hangs - core dump, then too many open files in the log

2013-04-23 Thread Roman Chyla
Hi, We have recently moved to Jenkins (1.508) from Hudson and the service seems to be less stable. It happens that once in two weeks, Jenkins hangs. I can telnet to the Jenkins port, but it seems to just eat all input (black hole). There is nothing in the log file (initially), two processed wer

Re:Jenkins hangs - core dump, then too many open files in the log

2013-04-23 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
If by 'the Jenkins port' you mean the HTTP port that the Jenkins web interface listens on, then connecting to it with telnet will in fact produce no response at all, even if you type stuff, unless you type something that looks like an HTTP request. If your Jenkins instance has too many files op

Groovy Postbuild step not executing?

2013-04-23 Thread Bill Wonch
Hi everyone - I've got an issue with one of my Maven builds - the build itself runs without issue, but I have a groovy postbuild script that doesn't execute. All of my other postbuild stuff runs just fine. Anyone have any advice? I don't even see the script's existence acknowledged in the co

Re: Jenkins hangs - core dump, then too many open files in the log

2013-04-23 Thread Mark Waite
https://wiki.jenkins-ci.org/display/JENKINS/I%27m+getting+too+many+open+files+error suggests this may be due to a file descriptor leak.  That page also suggests ways you can assist with the diagnosis. Since the stack trace seems to reference the thin backup plugin, you could consider disabling

Running tests on XWindows and VMWare Workstation

2013-04-23 Thread Sunshine
I am currently running VMWare Workstation on my Windows machine. I run Selenium tests on that as part of my manual testing process. So, I turn on my VM, Start XWindows, open up a Terminal and then run Selenium tests (via a python script). We're looking towards implementing CI using Jenkins. As p

Re: LTS 1.509.1 RC testing

2013-04-23 Thread Kohsuke Kawaguchi
Thanks for posting this! On 04/20/2013 11:39 AM, Mark Waite wrote: Hi, LTS 1.509.1 RC is now available for download [1]. I would like to ask for your help. If you stage RC in your stage environment or just download RC and try to run it, please drop a note on the wiki page [2], shortly describ

Jenkins 1.480.3 can't run updates

2013-04-23 Thread SamL
Hello Folks, I am running into the following issue with Jenkins 1.480.3, on Ubuntu 12.04 SEVERE: Digest mismatch: AjzQfzs359Dy88QEiw3mj+93a5w= vs gfGCUj3MGz/Lk/xwLdW7Wo7g4SI= in update center 'default' Does anyone know what the issue might be? Thank you very much for your help. Sam -- You re

Re: CVS client bugs

2013-04-23 Thread Robin Rosenberg
I've seen isses with update and initial get not getting everything. Discussions suggest this possibly related to having CVS 1.12 on the server and that they are resolved in netbeans. This in turn made em worried that the jenkins version may be very out-of-date, hence I didn't specify a number.

Re: Jenkins 1.480.3 can't run updates

2013-04-23 Thread Mark Waite
https://issues.jenkins-ci.org/browse/JENKINS-17677 is a bug report where the issue is being investigated.  The root cause is not yet clear.  I don't see the issue on Debian, though I see it on Windows.  Another user has seen it on Ubuntu.   I don't see how the problem can be inside the Jenkins

Re: Jenkins 1.480.3 can't run updates

2013-04-23 Thread SamL
What is more strange is that I installed this same version in another machine and it has been running ok for a few weeks. I was able do installed and update plugins. But today it has the same issue where it not longer can do updates. On Tuesday, April 23, 2013 3:40:53 PM UTC-7, SamL wrote: > >

Re: Email-ext 2.29 RC testing

2013-04-23 Thread Slide
Has anyone tried out the snapshot version? Looking for some feedback :-) On Mon, Apr 15, 2013 at 8:11 AM, Slide wrote: > I have significantly refactored the way that tokens are managed by > email-ext in the upcoming 2.29 release. I would like to get some people to > test in their environments b

Re: email notifications have issues for Jenkins master in Amazon EC2 instance

2013-04-23 Thread rakhee Kulkarni
Hey Slide, I tried to upgrade Jenkins to 1.480. I am running my master on a ubuntu machine. After I upgraded my jobs would fail at git clone. I tried to upgrade by replacing the jenkins.war with the new version. Do you have a suggestion? Thanks, Rakhee On Monday, April 22, 2013 6:09:17 PM UTC

Jenkins version upgrade from 1.426

2013-04-23 Thread rakhee Kulkarni
All, I need to upgrade jenkins from 1.426. I have my master on Ubuntu 10.4. Can you please suggest a version after 1.48. Also, advise about security and installation instructions for ubuntu will be helpful. Thanks, Rakhee -- You received this message because you are subscribed to the Google G

printing data next to parameters choice

2013-04-23 Thread Tomek Kaczanowski
Hi All, I would like to use Jenkins for performing some maintenance task of our application. I plan to use a parameterized build for this (so the user can configure it). So far so good. In addition I would like to run a script BEFORE the user is presented with parameters choice form, and print

Save configuration of a job

2013-04-23 Thread Andreas Tscharner
Hello World, Is it possible to save a configuration (and of course later load it again)? Probably with a plugin? Best regards Andreas -- Andreas Tscharner -- "Intruder on level one. All Ali

Re: Save configuration of a job

2013-04-23 Thread Adam PAPAI
Sure, curl -f -s http://jenkinsUrl/job/yourjobname/config.xml -o yourjobname_config.xml It'll save your config to locally a file named yourjobname_config.xml If you delete the job after that, you only have to re-create a directory and put the config.xml and restart jenkins or reload configs to

Re: Save configuration of a job

2013-04-23 Thread oliver gondža
Hi, Job Config History Plugin [1] stores all past versions of job configuration and provides a way to compare and restore versions. [1] https://wiki.jenkins-ci.org/display/JENKINS/JobConfigHistory+Plugin -- Oliver -- You received this message because you are subscribed to the Google Groups "J

Re: Jenkins version upgrade from 1.426

2013-04-23 Thread oliver gondža
Hi, hawing no experience running Jenkins on Ubuntu, I believe you should look for one of the LTS releases if you do not need new features. https://wiki.jenkins-ci.org/display/JENKINS/LTS+Release+Line -- oliver -- You received this message because you are subscribed to the Google Groups "Jenki

Re: Jenkins version upgrade from 1.426

2013-04-23 Thread Ben Caradoc-Davies
Rakhee, in another thread you wrote: "I tried to upgrade Jenkins to 1.480. I am running my master on a ubuntu machine. After I upgraded my jobs would fail at git clone." Git functionality is provided by a plugin. After upgrading Jenkins, try upgrading all your plugins on the Manage Plugins p