Re: Build flow "build" function doesn't return a build object if FAILED or UNSTABLE

2015-12-03 Thread Valeriy Leykin
Orr wrote: > > Hi there, > > On 01/12/15 14:17, Valeriy Leykin wrote: > > I'm using the build flow in my jobs and I would like to get any build > > result from build object even if the build is failed or unstable. > > I haven't used Build Flow, but I wou

Build flow "build" function doesn't return a build object if FAILED or UNSTABLE

2015-12-01 Thread Valeriy Leykin
Hi, I'm using the build flow in my jobs and I would like to get any build result from build object even if the build is failed or unstable. For example: try{ BUILD_TO_RETURN = build(parameters: newparams, job: jobName, quietPeriod : 5); println("Result is: " + BUILD_TO_RETURN.getResult()

Re: Jenkins ver. 1.608 always runs as admin user

2015-04-19 Thread Valeriy Leykin
Does someone met similar issue or knows what causes it? Thanks, Valeriy On Tuesday, April 14, 2015 at 4:43:38 PM UTC+3, Valeriy Leykin wrote: > > Hi, > > Recently we've updated Jenkins to 1.608 version. > Some jobs started failing due to permission errors. As we investiga

Jenkins ver. 1.608 always runs as admin user

2015-04-14 Thread Valeriy Leykin
Hi, Recently we've updated Jenkins to 1.608 version. Some jobs started failing due to permission errors. As we investigated the issue, we found out that although the machine is logged in with userX, the Jenkins runs with domain admin user with that machine. Also I see that under Manage Jenkins