M2 extra build: migrate from plugin to core

2012-03-10 Thread Ari Maniatis
I tried to disable the M2 Extra Build steps plugin since it has been marked as deprecated and replaced by core functionality. However I lost all my configured build steps. Is there a way to keep all my configuration and bring it over into the core or do I have to print out the configuration of

Re: M2 extra build: migrate from plugin to core

2012-03-10 Thread domi
no sorry, there is no such functionality - you have to do it by hand. /Domi On 10.03.2012, at 10:06, Ari Maniatis wrote: > I tried to disable the M2 Extra Build steps plugin since it has been marked > as deprecated and replaced by core functionality. However I lost all my > configured build ste

Re: E-mail notification if total test # decreases or total tests passed decreases

2012-03-10 Thread Dirk Kuypers
Hi, not exactly what you are searching for, but maybe your requirement could be integrated in the email-ext plugin, too. https://issues.jenkins-ci.org/browse/JENKINS-3430 Maybe this gets faster into the official releases if you vote for this ticket, too. Dirk 2012/3/9 sarchule : > I ran into a

Jenkins the OS X app now works on Lion

2012-03-10 Thread Sami Tikka
I'm glad to announce my alternative OS X installer for Jenkins is now compatible with OS X 10.8 Lion. But why another Jenkins installer for OS X? Two reasons: 1) Jenkins.app predates the official Jenkins installer by a few months. (First commit was on 2011-02-08 using the Fossil SCM.) I have alwa

Re: hudson.remoting.ChannelClosedException

2012-03-10 Thread Sami Tikka
What type of slave is this? -- Sami Noah Hoffman kirjoitti 10.3.2012 kello 3.08: > Hi All, > > We're starting to see a few random slave-agent disconnects and I'm > wondering if anyone has any info. A search online doesn't reveal anything > useful nor do the Jenkins logs or System logs.

Re: hudson.remoting.ChannelClosedException

2012-03-10 Thread Mark Streit
This is not the SAME thing but similar, we have had numerous issues with the CLI disconnecting and have a JIRA item opened on this already: https://issues.jenkins-ci.org/browse/JENKINS-12037 There are numerous comments in the thread of that one. On Fri, Mar 9, 2012 at 8:08 PM, Noah Hoffman wro

Execution context from within an jenkins build

2012-03-10 Thread Schalk Neethling
Hey all, Quick question regarding ant and Jenkins. So, I am getting the following error : "Execute failed: java.io.IOException: Cannot run program" at the first step in my Ant build step. When I run the same Ant target via the terminal as the jenkins user it executes without a problem. This lea

Re: E-mail notification if total test # decreases or total tests passed decreases

2012-03-10 Thread Slide
That ticket should be closed, the patch was applied to email-ext On Sat, Mar 10, 2012 at 7:02 AM, Dirk Kuypers wrote: > Hi, > > not exactly what you are searching for, but maybe your requirement > could be integrated in the email-ext plugin, too. > https://issues.jenkins-ci.org/browse/JENKINS-343

Re: Execution context from within an jenkins build

2012-03-10 Thread Sami Tikka
Did you configure ant location in the Manage Jenkins / Configure System / Tool locations? -- Sami Schalk Neethling kirjoitti 10.3.2012 kello 22.12: > Hey all, > > Quick question regarding ant and Jenkins. So, I am getting the following > error : "Execute failed: java.io.IOException: Cannot r

Re: Jenkins Selenium Plugin - License question

2012-03-10 Thread Christopher Orr
Hi there, On 03/05/2012 08:31 PM, Greg Hinson wrote: I have a question about the Selenium Plugin for Jenkins. https://wiki.jenkins-ci.org/display/JENKINS/Selenium+Plugin When I looked at the source for the plugin on github (https://github.com/jenkinsci/selenium-plugin) I didn’t see any license

Advice for submitting file queue from multiple users?

2012-03-10 Thread AndyNic
Hi, We've been using Jenkins internally at my work for a while now. We're considering trying to expand Jenkins' usage to providing a "gauntlet" type of test screening prior to allowing developers to submit into our subversion repositories. Some background: We have an enormous set of serialized, t

Re: Advice for submitting file queue from multiple users?

2012-03-10 Thread AndyNic
Also, one of the reasons that we want to ship binaries to Jenkins is that shipping a patch-file, while tiny, requires that the Jenkins machine perform a time-consuming (1 hour) build locally. We'd like to avoid this if possible. On Mar 10, 6:08 pm, AndyNic wrote: > Hi, > > We've been using Jenkin

Re: Advice for submitting file queue from multiple users?

2012-03-10 Thread Les Mikesell
On Sat, Mar 10, 2012 at 8:11 PM, AndyNic wrote: > Also, one of the reasons that we want to ship binaries to Jenkins is > that > shipping a patch-file, while tiny, requires that the Jenkins machine > perform a time-consuming (1 hour) build locally. We'd like to avoid > this > if possible. It shoul

Re: Git vs SVN

2012-03-10 Thread David Weintraub
Git is not "better" than Subversion. Distributed version control is not "better" than centralized version control. However, that doesn't mean that Subversion is better or that centralized is better. It's all about circumstances. There are many circumstances where Git excels. I use Git as my person

RE: Git vs SVN

2012-03-10 Thread tonyall
That is an absolutely great summary ! -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Weintraub Sent: Sunday, 11 March 2012 3:38 p.m. To: jenkinsci-users@googlegroups.com Subject: Re: Git vs SVN Git is not "better" tha

Question about Groovy

2012-03-10 Thread Frank Merrow
Okay, so I suppose this is a little off topic, but the only reason I am learning Groovy is for Jenkins . . . so . . . This works: import Test test = new Test(); println(test.MyString()); This doesn't: import Test Test test = new Test(); println(test.MyString()); I've s

Re: Advice for submitting file queue from multiple users?

2012-03-10 Thread Sami Tikka
Set up a new freestyle job. In the job configuration click on "This build is parameterized". Click on the popup that appears and choose "File parameter" and you're mostly done :) The rest is fine-tuning. Because your test run is time-consuming and you probably have multiple developers, you should