Re: Chicken-Egg issue with job references in Build Flow

2015-08-11 Thread Adam Daughterson
Ha, it appears that I needed a proper exception handler downstream. Thanks for the suggestion! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+

Chicken-Egg issue with job references in Build Flow

2015-08-10 Thread Adam Daughterson
Howdy Group, I've got a build flow in which things can, and do go wrong. When things go wrong with a downstream job I'm running, and I've created a reference to the build, the reference winds up being null since an exception is thrown so far downstream that the build() step is never completed,

Re: Odd issue resolving packages with newer version of Jenkins+Java+Groovy

2015-08-05 Thread Adam Daughterson
That appears to be the key here. Looks like loading the correct hpi brought in HTTPBuilder, which is now importable. Thanks for the help! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving email

Odd issue resolving packages with newer version of Jenkins+Java+Groovy

2015-08-05 Thread Adam Daughterson
Hello group. I have an issue where a new install of Jenkins using latest-greatist java will not resolve any packages I try to import. I have installed the Build Flow extensions in the same way on both working and non-working systems. For instance, in a build-flow: def http = extension.'build-

Re: Jenkins crashing, GLib error

2014-07-10 Thread Adam Daughterson
This is a really old thread, but I just saw this crash today. Did you ever figure out what was happening? On Thursday, September 13, 2012 7:06:26 AM UTC-6, Bejoy Jaison wrote: > > > Thanks for the information. > > We are still seeing many crashes: > > GLib-WARNING (recursed) **: gmain.c:1429: ref

Re: Combine value from previously defined axis to create GroovyAxis

2013-09-25 Thread Adam Daughterson
...crickets... On Thursday, September 19, 2013 4:01:59 PM UTC-6, Adam Daughterson wrote: > > I have a user-defined axis called VERSION containing values "A B C", and I > would like to create a GroovyAxis with values which are cobbled together > based on values in the VERSI

Re: Is there any way to get the current status of all jobs in one mail

2013-09-19 Thread Adam Daughterson
This is how I would do it: http://techkriti.wordpress.com/2008/08/30/using-groovy-with-hudson-to-send-rich-text-email/ On Thursday, September 19, 2013 1:34:17 AM UTC-6, pradeep kattekola wrote: > > > Hi Friends, > > I have multiple jobs in Jenkins and i get proper mail when the build gets > exec

Combine value from previously defined axis to create GroovyAxis

2013-09-19 Thread Adam Daughterson
I have a user-defined axis called VERSION containing values "A B C", and I would like to create a GroovyAxis with values which are cobbled together based on values in the VERSION axis. Something like (in pseudocode) def ret = []; ret += "foo_" + VERSION ret += "bar_" + VERSION ret += "baz_" + V

Re: Force configuration in matrix build to be the last step

2013-04-17 Thread Adam Daughterson
in which matrix job builds its >> configurations. >> >> You need to remove the configuration you want to run last and make a new >> non-matrix job. Then make the matrix job trigger a build of the non-matrix >> job. >> >> If this is not good for you, p

Re: Force configuration in matrix build to be the last step

2013-04-16 Thread Adam Daughterson
ant to run last and make a new > non-matrix job. Then make the matrix job trigger a build of the non-matrix > job. > > If this is not good for you, please explain what you are trying to do and > maybe we can suggest a better way to do it. > > -- Sami > > Adam Daughte

Force configuration in matrix build to be the last step

2013-04-03 Thread Adam Daughterson
I have a matrix build with touchstone builds, multiple configurations, etc. I have a step which should be the *last* step in the matrix (not a triggered parameterized build, etc) and can't find a way to force the job to run that last step last. I've tried using the "Run each configuration seque