Re: Jenkins 1.607 - Environment Variables Stuck

2015-05-28 Thread Igor Kostenko
Hello Everyone, I'm installing new jenkins slave on Windows Server 2008 R2 and have exactly the same issue. Previously we were using Windows 7 as windows slaves (master is on linux) and I never had such issue. And I cannot find old path in windows registry, slave hdd and master directory. Have

Re: Jenkins 1.607 - Environment Variables Stuck

2015-05-28 Thread Igor Kostenko
Deleting slave on master and recreating it helped, so environment stored somewhere on master - and not just path - all environment variables. Master is 1.611 On Thursday, 28 May 2015 18:25:29 UTC+1, Igor Kostenko wrote: Hello Everyone, I'm installing new jenkins slave on Windows Server 2008

Re: Labels for Job Parameter names and options

2014-05-13 Thread Igor Kostenko
There is a description field for parameters - you could use it and if it is not enough use informative parameters and choices names: Parameter name: Please_make_your_choice Choices: 0 This is a good choice 1 This is a bad choice - you should know what you are doing Description: You have to make a

Re: Unable to download Jenkins 1.563 war

2014-05-12 Thread Igor Kostenko
1.560 has very nasty out of memory bug (https://issues.jenkins-ci.org/browse/JENKINS-22734). It is better to downgrade to 1.559 On Monday, 12 May 2014 18:45:22 UTC+1, fomcl wrote: From: matthew...@diamond.ac.uk javascript:

Re: Build flow build failed

2014-03-25 Thread Igor Kostenko
I wasn't able to make it work, so I'm using groovy script instead. More work, but also more freedom: import jenkins.* import jenkins.model.* import hudson.* import hudson.model.* class Globals { static started = new Date() } println Started ${Globals.started} void printFinish() { def

Build flow build failed

2014-03-20 Thread Igor Kostenko
Hello all, I'm trying to use build flow plugin, but getting build failure: Building on master in workspace /home/jenkins/jobs/QAF_103_All/workspace parallel { Schedule job QAF_103_Build_Solaris64 http://172.16.200.176:8080/job/QAF_103_Build_Solaris64/ Schedule job