Re: Problem with Build Flow plugin 0.10 on Jenkins 1.532.1

2014-04-07 Thread Sascha Herrmann
Hi James, thanks for you assistance. Sascha Am Freitag, 4. April 2014 22:49:15 UTC+2 schrieb teilo: Hi Sascha, Fix is at https://github.com/jenkinsci/build-flow-plugin/pull/42 if you want to get the source and do a local build. Otherwise wait for the code to be accepted and either grab

read build flow script from file

2014-04-07 Thread Åsmund Østvold
hi all, I want to thank Jenkins community for a this excellent tool. To make my work even easier I would very much like to be able to do regression testing on my build flow scripts. See [1] for motivation. If anybody have solved this already I would very much like to know the solution. My

Combining Run Condition Plugin and Maven release build?

2014-04-07 Thread Stefan Lorenz
Hi, is it possible to combine Run Condition Plugin and Maven release build that a post build step is triggerd only if a release build is running? Thx and Regards... -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this

Re: buildflow hang when cancelling queued builds

2014-04-07 Thread teilo
Hi Marc, I ran out of time to get to the root of this - but I'm pretty sure it is an issue in Jenkins core. Looks like when a build is scheduled and waitForStart() is called it never returns if the build is cancelled. You may want to try with the latest and greatest Jenkins to check its been

Re: Any build-step type as batch task

2014-04-07 Thread Sam Liddicott
Instead of batch tasks, I'm using the build pipeline. it is better suited to my needs and provides better visibility of the tasks that may follow. Sam On Friday, 4 April 2014 09:20:50 UTC+1, Sam Liddicott wrote: Batch tasks can only be shell commands. I'd like to be able to run any build

iframes no longer displayed after Jnekins upgrade (1.557)

2014-04-07 Thread Glenn Halstead
Hi folks, We upgraded Jenkins to version 1.557. We were on 1.554 afaik. I had html pages from job archives displayed in view using an iframe. These are no longer displayed. An example of the code I used in the view is below: STYLE#frame { width: 1200px; height: 650px; border: 0px; }/STYLE

Re: iframes no longer displayed after Jnekins upgrade (1.557)

2014-04-07 Thread Per Arnold Blaasmo
On 07. april 2014 11:48, Glenn Halstead wrote: Hi folks, We upgraded Jenkins to version 1.557. We were on 1.554 afaik. I had html pages from job archives displayed in view using an iframe. These are no longer displayed. An example of the code I used in the view is below: STYLE#frame

Filtering builds in a job (only show those started by current user)

2014-04-07 Thread Maciej Jaros
Hi. Is it possible to filter builds to a specific user? I want to rebuild some specific build (with specific parameters) and I want to find my last stable build. So filtering would be perfect. But maybe there is an option to show more columns in build history? Regards, Nux. -- You received

Re: Filtering builds in a job (only show those started by current user)

2014-04-07 Thread jv
https://wiki.jenkins-ci.org/display/JENKINS/Metadata+plugin This is not direct answer to your question, but you may want to consider this plugin in future. Am 07.04.2014 16:51, schrieb Maciej Jaros: Hi. Is it possible to filter builds to a specific user? I want to rebuild some specific

Re: Any build-step type as batch task

2014-04-07 Thread Les Mikesell
On Mon, Apr 7, 2014 at 3:18 AM, Sam Liddicott s...@liddicott.com wrote: Instead of batch tasks, I'm using the build pipeline. it is better suited to my needs and provides better visibility of the tasks that may follow. Wouldn't a post-build action work? Or do you need to be able to trigger

Re: read build flow script from file

2014-04-07 Thread Marc MacIntyre
Put your build flow in a groovy class, and reference it in the build flow like: File myFile = new File(/var/lib/jenkins/groovy/myClass.groovy); Class myUtils = new GroovyClassLoader(getClass().getClassLoader()).parseClass(myFile); myUtils.dsl = this I used a bunch of static methods to define

Re: buildflow hang when cancelling queued builds

2014-04-07 Thread Schalk Cronjé
It might be related to JENKINS-19656 (https://issues.jenkins-ci.org/browse/JENKINS-19656). On Friday, 4 April 2014 21:53:08 UTC+1, teilo wrote: Reproduced the issue locally - but I think the root cause is Jenkins not the plugin. On Friday, 4 April 2014 19:04:34 UTC+1, Marc MacIntyre

Re: read build flow script from file

2014-04-07 Thread Schalk Cronjé
It would be a nice feature :) My approach is to generate the build flow jobs via the Gary Hale's gradle-jenkins plugin. Everything is then stored in source control and the jobs generated by runnign a gradle script. HTH. On Monday, 7 April 2014 08:13:29 UTC+1, asmundo wrote: hi all, I want

Re: buildflow hang when cancelling queued builds

2014-04-07 Thread teilo
Looks unrelated to me. On Monday, 7 April 2014 17:36:11 UTC+1, Schalk Cronjé wrote: It might be related to JENKINS-19656 ( https://issues.jenkins-ci.org/browse/JENKINS-19656). On Friday, 4 April 2014 21:53:08 UTC+1, teilo wrote: Reproduced the issue locally - but I think the root cause

Re: read build flow script from file

2014-04-07 Thread Les Mikesell
On Mon, Apr 7, 2014 at 11:13 AM, Marc MacIntyre marc...@purestorage.com wrote: Put your build flow in a groovy class, and reference it in the build flow like: File myFile = new File(/var/lib/jenkins/groovy/myClass.groovy); Does everything load from the master or would you have to manage your

Re: read build flow script from file

2014-04-07 Thread Marc MacIntyre
It's all on the master. On Mon, Apr 7, 2014 at 9:47 AM, Les Mikesell lesmikes...@gmail.com wrote: On Mon, Apr 7, 2014 at 11:13 AM, Marc MacIntyre marc...@purestorage.com wrote: Put your build flow in a groovy class, and reference it in the build flow like: File myFile = new

Re: Jenkins cannot connect to X server on Debain 7.1

2014-04-07 Thread JonathanRRogers
On Monday, April 7, 2014 1:31:57 AM UTC-4, Fatemeh Mehdizadeh wrote: Hi, Although i read your useful training but I can't still run my tests, so I go to /var/lib/jenkins/jobs/My-job in terminal to test if all things working well. then I run nosetests -v it has some errror that I think

Re: SVN Polling not working when Windows Slave is online

2014-04-07 Thread osoriojaques
I am having the same problem. The property in set on both, master and slave and still no change, Jenkins are still trying to checkout the src from the slave which is connected via SSH and not in the range of the SVN-Server. -- You received this message because you are subscribed to the

Master/Slave On Same Machine -- Mac/Windows

2014-04-07 Thread cameron . marshall217
Hi All, I have a master-only configuration on OS X due to developing iOS apps, etc.; however, I need to also create some build jobs for .NET projects as well. I am looking at creating a VM on my Mac and then setting up a master/slave configuration with the master being on the Mac side and the

Re: Master/Slave On Same Machine -- Mac/Windows

2014-04-07 Thread Curtis Kline
Hello, I do this in my test environment. I have a quad-core Mac Mini with 16GB of RAM, and it's running Jenkins as the Master. I have Vmware Fusion running on the Mac, and there are two VMs: one Windows 7 and one Linux. This is not a production setup so it doesn't get a lot of use, but I

Re: Master/Slave On Same Machine -- Mac/Windows

2014-04-07 Thread cameron . marshall217
Thanks for the reply, Curtis! We use VMware vSphere for our VMs, so we should be able to do the VM configuration. It's good to know that you're doing this as well. I'll give this a go. On Monday, April 7, 2014 2:24:37 PM UTC-7, Curtis Kline wrote: Hello, I do this in my test environment.

Re: Master/Slave On Same Machine -- Mac/Windows

2014-04-07 Thread Les Mikesell
On Mon, Apr 7, 2014 at 4:12 PM, cameron.marshall...@gmail.com wrote: Hi All, I have a master-only configuration on OS X due to developing iOS apps, etc.; however, I need to also create some build jobs for .NET projects as well. I am looking at creating a VM on my Mac and then setting up a

Enabling Jenkins Security Blocks Github Webook 404 Error

2014-04-07 Thread Jonathan Cope
Github webhooks can't access the webhook url when security is enabled, preventing the build job from being activated. The issue starts immediately upon enabling security but the jobs that pull from github repos can still be run manually from the CI server and will succeed. With security

Concatinate file with results from mulitple builds

2014-04-07 Thread Andrew Sumner
I have a test job that produces a text file with various statistics. I have been using the Plot plugin to display the results across multiple builds but now have needs that are beyond its capabilities. How can I concatenate a file from all previous builds in a build step so that I have a

CI and optimize build time

2014-04-07 Thread Charles Chan
I came across this article from the Google Testing Blog a while ago: http://googletesting.blogspot.ca/2011/06/testing-at-speed-and-scale-of-google.html As our builds are taking longer run, I wonder if there is any tools/plugins available to help implement the pipeline described in the article: *