Re: maven installation config gets lost

2012-09-25 Thread dimasla
Exactly same problem, also in 1.483. On Tuesday, September 25, 2012 7:22:43 PM UTC+7, Lars Fischer wrote: > > Hello, > > I just recognized a problem with my Jenkins instance (version 1.483). > > After changing some other values on the system config page, the maven > installation value was lost.

Re: Subversion Tagging Plugin - Tag multiple repositories?

2012-09-25 Thread bedge
I'd like this to work as well. The relative path option doesn't appear to work when submitting to two repositories. -- View this message in context: http://jenkins.361315.n4.nabble.com/Subversion-Tagging-Plugin-Tag-multiple-repositories-tp965503p4641375.html Sent from the Jenkins users mailing

Using variables within the Jenkins email subject lines ?

2012-09-25 Thread Tom80112
I would like to use variables within Jenkins email subject lines. I am using the "editable email notification" plugin. Instead of having a set-in-stone email subject line, I would like define the subject line using a variable that I define based upon the job's execution. Anyone have any ideas?

Problem using deploy mojo

2012-09-25 Thread Sebastian Danninger
Dear all, our jenkins was running like a charm for the last 4 month, since some days suddenly we get an error that I cannot find any solution for. Anyone got a hint how to solve it? I assume the problem is one of the classes in the dependencies but I am no expert. INFO] Deploying war to http:/

Re: 'Even Load Strategy' Plugin

2012-09-25 Thread Jason Swager
That helps. Unfortunately, it means we can't use the CloudBees plugin to balance load better. On Tuesday, September 25, 2012 1:25:40 PM UTC-7, Stephen Connolly wrote: > > [CloudBees hat] > The evaluation license is a time limited full license allowing the use of > all CloudBees plugins. > > We

Re: 'Even Load Strategy' Plugin

2012-09-25 Thread Stephen Connolly
[CloudBees hat] The evaluation license is a time limited full license allowing the use of all CloudBees plugins. We have three license types: * Free license - covers the free (but closed source) plugins, e.g. folders, cloud-backup, etc * Evalutation license - a time limited license for all plugi

Re: Dependencies in Maven builds all broken after upgrade to 1.482, fixed by downgrade to 1.480

2012-09-25 Thread David Karlsen
I observe the same. 2012/9/25 Keith : > It looks as if this is a known issue: > > https://issues.jenkins-ci.org/browse/JENKINS-15237 > > ~ kc > > > On Tuesday, September 25, 2012 11:52:05 AM UTC-7, Keith wrote: >> >> I am observing the same behavior, and makes any version of Jenkins above >> 1.480

[ANN] Press release from Jenkins project

2012-09-25 Thread Kohsuke Kawaguchi
Thanks to the help of real marketing people, the project has issued a press release [1]! The content might not be much of a news to the folks in this list, but it does make us feel like we are bit more real. As it says, this weekend we are going to have Jenkins User Conference in San Francis

Re: Dependencies in Maven builds all broken after upgrade to 1.482, fixed by downgrade to 1.480

2012-09-25 Thread Keith
It looks as if this is a known issue: https://issues.jenkins-ci.org/browse/JENKINS-15237 ~ kc On Tuesday, September 25, 2012 11:52:05 AM UTC-7, Keith wrote: > > I am observing the same behavior, and makes any version of Jenkins above > 1.480 unusable for us. An job listed as an upstream depe

Re: Dependencies in Maven builds all broken after upgrade to 1.482, fixed by downgrade to 1.480

2012-09-25 Thread Keith
I am observing the same behavior, and makes any version of Jenkins above 1.480 unusable for us. An job listed as an upstream dependency will kick off about 50+ builds upon completion, even though there is no actual dependency between the projects. Is this a known issue? Or am I missing some w

Re: 'Even Load Strategy' Plugin

2012-09-25 Thread Jason Swager
The wiki page has the following text: "If you evaluate our value-add plugins in this manner and decide not to purchase a license, you need to remove all the value-add plugins to keep using it as a stock Jenkins installation." This seems to imply that an evaluation license is only to evaluate, n

Re: 'Even Load Strategy' Plugin

2012-09-25 Thread nicolas de loof
2012/9/25 David Aldrich > > > No evaluation restriction, you can run CloudBees Enterprise plugins on > you own > > jenkins if you don't want / can't install Jenkins Enteprise. You'll need > a valid license, > > and can request an evaluation one to test those plugins. > > Well, I don't know. It lo

Re: 'Even Load Strategy' Plugin

2012-09-25 Thread nicolas de loof
2012/9/25 Marek Gimza > Nicolas, > > Will the CloudBees plugins installed on my local jenkins allow me to > utilize my own machines and resources? > Sure, those one are for "on-premises" jenkins, not strictly related to Cloudbees DEV@Cloud hosted Jenkins > > Thanks, > Mgimza > > > On Tue, Sep

Re: Jenkins behind reverse proxy authentication and CLI with API token

2012-09-25 Thread Mani
Hi, Is there any workaround to get my Jenkins CLI working in the below setup? Any help on this is highly appreciated. Please let me know if you need any additional details. Thanks, Mani On Monday, 24 September 2012 17:01:46 UTC+5:30, Mani wrote: > > Hi All, > > I'm running Jenkins behind apache

Re: Problem with post commit hook trigger and looping project build

2012-09-25 Thread Simon Hutchinson
Thanks guiliano In your post commit hook, filter out commits that are either authored by > the build user, or whose commit message matches some regex. > > Not sure how to do that in git. It works for me with hg. > It can be done in git too. Unfortunately we are stuck with Github for this projec

Re: way to determine if plugin is being used

2012-09-25 Thread domi
This is one of the suggested topics I've added to the list for JUC: https://wiki.jenkins-ci.org/display/JENKINS/Governance+Meeting+Agenda#GovernanceMeetingAgenda-JenkinsUserConferenceMeeting@SanFrancisco /Domi On 24.09.2012, at 20:47, grayaii wrote: > Hi, > Is there a way to figure out if a plu

Re: Problem with post commit hook trigger and looping project build

2012-09-25 Thread giuliano
In your post commit hook, filter out commits that are either authored by the build user, or whose commit message matches some regex. Not sure how to do that in git. It works for me with hg.

Re: best way to monitor serial console

2012-09-25 Thread giuliano
Copy the serial output to a file (kermit, pyserial, screen, whatever). Write a program that reads that file and chops it up into individual "test case" results. Keep the test case results in memory or on disk, as appropriate. Write a junit/testng test. Each test function will read one of the ab

Unable to connect to the remote TFS server

2012-09-25 Thread mickeys
Hi, I am wondering if there is a solution for this problem. I am using TFS 2010 and latest jenkins with tfs plugin. /Started by user anonymous Building in workspace C:\Jenkins\jobs\test\workspace Deleting workspace as the configuration has changed since a build was performed on this computer. [wo

Promoted Build Plugin: trigger a promotion remotely

2012-09-25 Thread Nicky Ramone
Hi Is it possible/straightforward to execute a promotion remotely with a client such as 'curl'? My promotions are manually triggered and they require for a particular user to approve it. I noticed that the URLs used has this format: http:// /job///promotion/promotionProcess//promotionCondition/hu

jenkins-maven-android when running throwing the error "android-sdk-linux/platforms" is not a directory"

2012-09-25 Thread sam822
I start setting up the jenkins-maven-android and i'm facing an issue when running the jenkin job. * My Machine Details > $uname -a > Linux development2 3.0.0-12-virtual #20-Ubuntu SMP Fri Oct > 7 18:19:02 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux * Steps to install the Android SDK in Ubuntu htt

Re: best way to monitor serial console

2012-09-25 Thread Les Mikesell
On Tue, Sep 25, 2012 at 8:37 AM, dpreilan wrote: > Thanks for reply. I will look into pyserial. > It will be a windows system. Every 'test' system will have a windows host > system with serial connection. Back when serial connections were popular, 'kermit' was one of the most versatile programs f

RE: 'Even Load Strategy' Plugin

2012-09-25 Thread David Aldrich
> No evaluation restriction, you can run CloudBees Enterprise plugins on you > own > jenkins if you don't want / can't install Jenkins Enteprise. You'll need a > valid license, > and can request an evaluation one to test those plugins. Well, I don't know. It looks like an evaluation license t

CVS Users <-> Jenkins Users (using Active Directory etc)

2012-09-25 Thread John McCabe
Hi all, I've seen something similar asked before, but the answers didn't seem to fit my needs properly so hopefully this is a slightly different question :-) I'm currently experimenting with Jenkins with a view to getting it rolled out in the near future. For various reasons, I'm using the Ac

Re: 'Even Load Strategy' Plugin

2012-09-25 Thread Marek Gimza
Nicolas, Will the CloudBees plugins installed on my local jenkins allow me to utilize my own machines and resources? Thanks, Mgimza On Tue, Sep 25, 2012 at 11:33 AM, nicolas de loof wrote: > > > 2012/9/25 David Aldrich > >> Hi >> >> ** ** >> >> That link seems to be broken, but there is a

Re: 'Even Load Strategy' Plugin

2012-09-25 Thread nicolas de loof
2012/9/25 David Aldrich > Hi > > ** ** > > That link seems to be broken, but there is a cached version here: > > ** ** > > > http://webcache.googleusercontent.com/search?q=cache:ApcN2jyhnwoJ:wiki.cloudbees.com/bin/view/Jenkins%2BEnterprise/Using%2BCloudBees%2Bplugins%2Bwith%2BJenkins+&cd

RE: 'Even Load Strategy' Plugin

2012-09-25 Thread David Aldrich
Hi Marek Ø I will share any design/thoughts/changes if and when I have them. Please do. Thanks. David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Marek Gimza Sent: 25 September 2012 16:13 To: jenkinsci-users@googlegroups.com Subject: Re: 'Eve

RE: 'Even Load Strategy' Plugin

2012-09-25 Thread David Aldrich
Hi That link seems to be broken, but there is a cached version here: http://webcache.googleusercontent.com/search?q=cache:ApcN2jyhnwoJ:wiki.cloudbees.com/bin/view/Jenkins%2BEnterprise/Using%2BCloudBees%2Bplugins%2Bwith%2BJenkins+&cd=1&hl=en&ct=clnk&gl=uk However, my reading of that page suggests

Re: 'Even Load Strategy' Plugin

2012-09-25 Thread nicolas de loof
2012/9/25 David Aldrich > Hi > > ** ** > > We use open source Jenkins but have a use case that would benefit from an > ‘even load’ scheduler algorithm. I.e. where idle machines are preferred to > the build machine previously used. > > ** ** > > I have just come across Cloudbees’ Jenkins

Re: 'Even Load Strategy' Plugin

2012-09-25 Thread Marek Gimza
David, We are also looking into this. One option that I am considering is to create a plugin that will utilize the Hudson.model.queue.MappingWorksheet and Hudson.model.Queue classes to determine the best slave. At present, it seems that the system will choose the last slave that was used for the

'Even Load Strategy' Plugin

2012-09-25 Thread David Aldrich
Hi We use open source Jenkins but have a use case that would benefit from an 'even load' scheduler algorithm. I.e. where idle machines are preferred to the build machine previously used. I have just come across Cloudbees' Jenkins Enterprise 'Even Load Strategy Plugin'. I don't know yet what t

Problem with post commit hook trigger and looping project build

2012-09-25 Thread Simon Hutchinson
Hi All, We are using Jenkins to implement our build pipeline on a Maven project. We have configure our pipeline roughly as follows: Push change to Github Github post commit hook triggers Jenkins job Jenkins job runs test etc …. Jenkins copies artifact to Nexus repo Jenkins increments version num

Re: best way to monitor serial console

2012-09-25 Thread dpreilan
Thanks for reply. I will look into pyserial. It will be a windows system. Every 'test' system will have a windows host system with serial connection. On Tuesday, September 25, 2012 8:58:01 AM UTC-4, zgyarmati wrote: > Hi, > > well, i dont really understand, you want to process the data

Re: Inheriting JDK installations from master on slave?

2012-09-25 Thread jserup
my bad after closer inspection it was actually meant to fail with jdk5 :-) -- View this message in context: http://jenkins.361315.n4.nabble.com/Inheriting-JDK-installations-from-master-on-slave-tp4641292p4641307.html Sent from the Jenkins users mailing list archive at Nabble.com.

system groovy script: class path

2012-09-25 Thread Tomasz Majchrowski
Dear Jenkins Users, The following command will executes groovy the specified Groovy script on host. java -jar ~/work/groovy/jenkins-cli.jar -s http://host:port groovy /path/scripts/script1.groovy Is there anyway to use classes defined in script2.groovy in context of script1.groovy executed as

Re: best way to monitor serial console

2012-09-25 Thread Zoltán Gyarmati
Hi, well, i dont really understand, you want to process the data came via serial port with jenkins? Or you just want to parse and process this data without jenkins? Which OS are you using on the monitoring computer? Anyway, i highly recommend the http://pyserial.sourceforge.net/ python lib to gat

best way to monitor serial console

2012-09-25 Thread dpreilan
Anybody have any thoughts on how I can monitor tests on remote system. All output would be via a serial console connection. I would write a parser to determine results of that output. Remote system is limited. Basically, I can testing firmware which can log messages via serial connection. Tha

maven installation config gets lost

2012-09-25 Thread Lars Fischer
Hello, I just recognized a problem with my Jenkins instance (version 1.483). After changing some other values on the system config page, the maven installation value was lost. Trying to configure a new maven installation, it looks like there is a problem storing this config value. Has some one e

Inheriting JDK installations from master on slave?

2012-09-25 Thread jserup
I have installed Jenkins ver. 1.482 on an ubuntu machine and added a slave on another Ubuntu machine. Under "Jenkins ->Configuration" I have added jdk5, jdk6 and jdk7 and checked install from java.sun.com. Some of the jobs run on the slave needs to be build with jdk5 so in the relevant job configu