Re: [build-flow-plugin] How to combine exit codes of partial builds?

2013-06-27 Thread Åsmund Østvold
Moving the thread to Jenkins user list Sound like you have more or less what I have. But for easy access console of the different jobs see the bottom part. builds = [] ignore(FAILURE) { parallel ( { builds.add(build("foo1", COPY_PATH : params["ba

Re: Jenkins build history is removed shortly after build

2013-06-29 Thread Åsmund Østvold
I have seen similar issue. But only with jobs that have been renamed. Fix for my instance is a restart of Jenkins. Build history come back. Den 28. juni 2013 12.12 skrev "Louis Roché" følgende: > I have the same problem. But my job has many build steps. > > I don't know why yet, but it's really a

build flow, early exit from parallel construct?

2013-10-24 Thread Åsmund Østvold
Build Flow Plugin very useful plugging. Is it possible to get the parallel construct to "terminate" still executing jobs at first job exiting with none success? Or at least early fail the job/section containing the parallel construct. Use case is that I have a total long(30min) check-in regressio

Re: build flow, early exit from parallel construct?

2013-10-24 Thread Åsmund Østvold
o get the latest code and build it. > > ** ** > > As always there may be other ways to achieve the same thing. > > ** ** > > Regards, > > ** ** > > /James > > ** ** > > *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-us

Re: build flow, early exit from parallel construct?

2013-10-28 Thread Åsmund Østvold
Thank you James, I finally freed up some time and was able do a new stab at this. I have inlined some questions and feedback. On Fri, Oct 25, 2013 at 6:33 AM, James Nord (jnord) wrote: > KillRunningjobs is called internally if the flow is aborted (or one of > the jobs is aborted). > > Interna

Re: build flow, early exit from parallel construct?

2013-10-28 Thread Åsmund Østvold
s@googlegroups.com [mailto: > jenkinsci-users@googlegroups.com] *On Behalf Of *Åsmund Østvold > *Sent:* 28 October 2013 17:34 > > *To:* jenkinsci-users@googlegroups.com > *Subject:* Re: build flow, early exit from parallel construct? > > ** ** > > Thank you James, ***

Re: I'm using LTS version of Jenkins, but there's a bug that has not been fixed yet and I would like to upgrade to the latest and greatest.

2014-02-11 Thread Åsmund Østvold
We are also interested. I may have time to contribute testing the RC. Is there a list tests/taskes we can do to help the process along? Asmund Den 11. feb. 2014 18.30 skrev "Lynn Lin" følgende: > We are also waiting for 1.532.2 > > junkins 于2014年2月11日星期二写道: > >> I am waiting for 1.532.2 release

Serializing commits to multiple git repositories

2012-10-12 Thread Åsmund Østvold
I want to make an automatic approve/promote ONE commit at a time with multiple git repositories. Background: The issue is that a commits is too often breaking the product(dev env) and causing productivity issues for the team. - 10 git repositories. - all 10 has unit tests. - 50 Jenkins jobs in

Re: Serializing commits to multiple git repositories

2012-10-15 Thread Åsmund Østvold
I post the below to jenkins-user but did not get any feedback yet. I am hoping that the Gerrit community can have some feedback. Asmund PS. I have dyslexia so if there may be things that are unclear. Feel free to ask. On Fri, Oct 12, 2012 at 9:48 AM, Åsmund Østvold wrote: > I want to m

copy aritfacts between builds with build flow plugin

2013-01-17 Thread Åsmund Østvold
I am investigating the build flow plugin and have hit a issue I am not able to solve. What I want to able to copy artifacts from build job to test jobs: buildJob = build("buildBinaries") parallel( { build("test1") }, { build("test2") } ) All projects need to be able to run concurrently(

Re: copy aritfacts between builds with build flow plugin

2013-01-17 Thread Åsmund Østvold
/ pass > fingerprints as you would do without build flow to orchestrate jobs > > > 2013/1/17 Åsmund Østvold > >> I am investigating the build flow plugin and have hit a issue I am not >> able to solve. What I want to able to copy artifacts from build job to >> test jobs

recalculating health report after bulk delete of builds

2013-03-05 Thread Åsmund Østvold
While doing bulk delete of builds I noticed that job health (weather) was not reflecting builds present after a deletion. I used groovy script provided by scriptler plugin: import jenkins.model.*; import hudson.model.Fingerprint.RangeSet; def j = jenkins.model.Jenkins.instance.getItem(jobName);

ci.jenkins-ci.org/about/ not showing any list

2013-05-08 Thread Åsmund Østvold
My local build version of Jenkins have the same issue as ci.jenkins-ci.org. It do not the list my rpm installed jenkins do: https://ci.jenkins-ci.org/about/? Build command I used for my jenkins.war was mvn clean package -Dmaven.test.skip=true Is there a build step I am missing? Asmund -- You

Resource mange external nodes in Jenkins for tests

2012-06-11 Thread Åsmund Østvold
My problem is that I have code that need a rebooted node. I have many long running Jenkins test jobs that needs to be executed on rebooted nodes. My existing solution is to define multiple "proxy" machines in Jenkins with the same label (TestLable) and 1 executor per machine. I bind all the test j

new plugin version not showing up in "update center"

2012-08-13 Thread Åsmund Østvold
Hi All, My Jenkins instant do not get the latest plugin updates in the "update center". I am able to install plugins. Example on old versions is that I am asked if I want to upgrade the git plugin to 1.1.21. I know from [1] that the news version us 1.1.22 and was released Aug 08, 2012. Other b

Re: new plugin version not showing up in "update center"

2012-08-13 Thread Åsmund Østvold
Thanks quick response. To validate if it is a local or a global (unlikely) issue. Could somebody tell me what version of the git plugin that is available in there Jenkins installation? My Jenkins instances have 1.1.21 but I would expect 1.1.22. Answers inlined. On Mon, Aug 13, 2012 at 11:29 AM

Re: new plugin version not showing up in "update center"

2012-08-14 Thread Åsmund Østvold
just to terminate this thread. This a issue with a mirror pointed to by http://updates.jenkins-ci.org/update-center.json. Asmund On Mon, Aug 13, 2012 at 12:18 PM, Åsmund Østvold wrote: > Thanks quick response. > > To validate if it is a local or a global (unlikely) issue. Could

revers proxy auth plugin 1.0.1 -> 1.3.2 fails

2014-03-11 Thread Åsmund Østvold
I am trying to upgrade reverse proxy auth from 1.0.1 to 1.3.2 and I am having trouble [1].Jenkins version 1.532.2. If older release versions of packages are available I could try to do the full update path version to version. If more information is needed please tell me. Any hit/quick fix is of

Is the Jira link for Reverse Proxy Auth Plugin on the wiki wrong?

2014-03-21 Thread Åsmund Østvold
hi Having just filled a ticket [1] in Jira for the Reverse Proxy Auth Plugin. I checked the "Open Issues" link from the wiki page [2] and it did not display my just submitted Jira ticket. Have I done something wrong or have is the link in the wiki page wrong? Åsmund -- [1] https://issues.jenk

Re: Is the Jira link for Reverse Proxy Auth Plugin on the wiki wrong?

2014-03-21 Thread Åsmund Østvold
s one: > https://issues.jenkins-ci.org/secure/IssueNavigator.jspa?mode=hide&reset=true&jqlQuery=project+%3D+JENKINS+AND+status+in+(Open%2C+ > "In+Progress"%2C+Reopened)+AND+component+%3D+'reverse-proxy-auth' > > On 21.03.2014, at 14:05, Åsmund Østvold wrote: > > &

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 sugges

Re: read build flow script from file

2014-04-08 Thread Åsmund Østvold
thank you all for your input. I am investigating to do a local change to build flow plugin. Introduce a comment "//includefile " that is detected and replaced it with the content of the file. I have a demo working. What is missing is to be able to have a parameter as the second argument. If you

Re: workflow - allocate node(s) for user?

2016-08-02 Thread Åsmund Østvold
Les, did you find a solution that worked for you? Do anybody have a working solution they could share? Regards, Asmund On Thu, Jan 8, 2015 at 12:40 AM, Jesse Glick wrote: > On Wednesday, December 24, 2014 1:16:10 PM UTC-5, LesMikesell wrote: >> >> Is there - or could there be - a workflow step

terminate pipeline parallal on first failure

2016-09-20 Thread Åsmund Østvold
hi All, Do anybody have an example or a pointer to how one could terminate a parallel pipeline section on first failure? The use case is that I have 14 tests in a checkin regression pipeline. Some tests take 2 min some take 40 min. To speed up feedback to the users we want to give feed back ASAP

Re: terminate pipeline parallal on first failure

2016-09-20 Thread Åsmund Østvold
ail 1 sec > build job: 'testjob2', quietPeriod: 0 > }, failFast: true > > } > > Cheers > > 2016-09-20 22:43 GMT+02:00 Åsmund Østvold : > >> hi All, >> >> Do anybody have an example or a pointer to how one could terminate a >> parall

Re: terminate pipeline parallal on first failure

2016-09-21 Thread Åsmund Østvold
; >>> Cheers >>> >>> >>> >>> On Tue, Sep 20, 2016 at 10:47 PM, Baptiste Mathus >>> wrote: >>> >>>> Hi, >>>> >>>> stage('tests') { >>>> parallel 'longTests'

Re: terminate pipeline parallal on first failure

2016-09-22 Thread Åsmund Østvold
, 2016 at 6:50:02 AM UTC+10, Baptiste Mathus > wrote: >> >> o/ Didn't check, but this should be in the "Snippet Generator". >> >> >> >> 2016-09-21 22:38 GMT+02:00 Åsmund Østvold : >> >>> Thank you Cuong and Michael, >>> >

slave temporally offline not persisted disk v.1.625.1

2015-10-26 Thread Åsmund Østvold
Hi Setting a node temporarily to offline is not always persisted to disk. Normally this is not an issue but each time I have to restart Jenkins this a big issue. I have 100+ nodes. The only way to update the temporarily offline status is to change something in the node configuration and save. Sa

Re: slave temporally offline not persisted disk v.1.625.1

2015-10-27 Thread Åsmund Østvold
I created https://issues.jenkins-ci.org/browse/JENKINS-31181 On Mon, Oct 26, 2015 at 3:33 PM, Åsmund Østvold wrote: > Hi > > Setting a node temporarily to offline is not always persisted to disk. > Normally this is not an issue but each time I have to restart Jenkins this > a bi

Re: slave temporally offline not persisted disk v.1.625.1

2015-10-27 Thread Åsmund Østvold
I found that it was fixed with https://issues.jenkins-ci.org/browse/JENKINS-31055. Sorry for the fuss... Asmund On Tue, Oct 27, 2015 at 10:37 AM, Åsmund Østvold wrote: > I created https://issues.jenkins-ci.org/browse/JENKINS-31181 > > On Mon, Oct 26, 2015 at 3:33 PM, Åsmund Østvo