Keep getting org.tmatesoft.svn.core.SVNException: svn: E200030: BUSY - quick question

2014-02-02 Thread mpc8250
Hi All We tried running a job that keeps giving the following error. We tried wiping workspace on slave and also on the jobs/ directory within. We tried checking out from SVN on another machine using another svn client outside of Jenkins and it worked. What are we doing wrong and how can we reco

Re: How to pass Java option to IBM SDK 6 in job - quick question

2014-02-03 Thread mpc8250
Hi Richard, thanks for responding. This used to work with Oracle JDK and nothing has changed to the build.xml. So we're not sure why it didn't work for IBM SDK. Also, do you know how we could directly put the java options box in a job configuration ? Is it -Xlint as an e.g. or -J-Xlint ? On Su

How to set Jenkins and Hudson system property on command line using with Tomcat ?

2014-02-03 Thread mpc8250
Hi All We like to set a system property of Jenkins and Hudson using command line. We deploy Jenkins and Hudson with Tomcat. Sincerely -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails fro

Re: hudson.model.WorkspaceCleanupThread.disabled=true ? - quick question

2014-02-03 Thread mpc8250
Hi Dan We took your suggestion and in hopes of getting more direction from your kind advice. We checked to make sure that the job isn't configured to wipe out workspace. We then stop/start Jenkins/Hudson with hudson.model.WorkspaceCleanupThread.disabled=true. when system is up, On System propert

hudson.model.WorkspaceCleanupThread.disabled=true doesn't work - any workaround ?

2014-02-10 Thread mpc8250
Hi All We tried setting hudson.model.WorkspaceCleanupThread.disabled=true but the jobs's workspaces keep getting wiped out. The jobs configurations do not use clean wipeout workspace option. Is there a workaround to stop this daily cleaning up ? Any job configuration xml file we can modify or ste

How to set Jenkins/Hudson logging ?

2014-02-10 Thread mpc8250
Hi All We are experiencing workspace wipeout. How do we set Jenkins/Hudson logging so that we may know when the wipeout occurs ? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

"Data obtained" on 1st line of Nodes Matrix - Jenkins bug ?

2014-02-17 Thread mpc8250
Hi All We have a few slaved configured with Jenkins. When we click Nodes link, it displayed all the architecture, clock difference, free disk space etc column information. We like the sort columns feature but it's messed up (cannot sort) because it's 1st entry is also the line Data obtained entr

Can a slave work as Hudson and Jenkins slave simultaneously ?

2014-02-17 Thread mpc8250
Hi Can we have a slave configured such that it serves both Hudson and Jenkins ? We would have different directories for each CI server on the slave ? Is there any port number conflict we should be worried about when using this configuration setup ? Thanks -- You received this message because

Re: Can a slave work as Hudson and Jenkins slave simultaneously ?

2014-02-17 Thread mpc8250
S/Distributed+builds#Distributedbuilds-RunningMultipleSlavesontheSameMachine > > > > On Mon, Feb 17, 2014 at 1:35 PM, mpc8250 >wrote: > >> Hi >> >> Can we have a slave configured such that it serves both Hudson and >> Jenkins ? >> We would have different directories for each CI serv

Cannot set href hyperlink with ftp on Jenkins UI page

2014-03-04 Thread mpc8250
Hi All We try to put some description on Jenkins page and place a href link using ftp. It appears that Jenkins top/system page refuses to set/accept a simple link like this. It returns as a text "test". ftp://hostname.test.com/some/path>test Hudson UI has no issue with this syntax. How can we

href ftp link doesn't highlight on Jenkins UI page

2014-03-04 Thread mpc8250
Hi All > > We try to put some description on Jenkins page and place a href link using > ftp. > It appears that Jenkins top/system page refuses to set/accept a simple > link like this. > It returns as a text "test". > > ftp://hostname.test.com/some/path";>test > > Hudson UI has no issue with this

href ftp link doesn't highlight on Jenkins UI page

2014-03-10 Thread mpc8250
Hi All We try to put some description on Jenkins page and place a href link using ftp. It appears that Jenkins top/system page refuses to set/accept a simple link like this. It returns as a text "test". ftp://hostname.test.com/some/path";>test Hudson UI has no issue with this syntax. How can w

href link using ftp issue

2014-04-16 Thread mpc8250
Hi All We try to put some description on Jenkins page and place a href link using ftp. It appears that Jenkins top/system page refuses to set/accept a simple link like this. It returns as a text "test". ftp://hostname.test.com/some/path";>test Hudson UI has no issue with this syntax. How can w

How to get specific version in CVS for co with Jenkins/Hudson ?

2014-04-16 Thread mpc8250
Hi All We are trying to configure CVS in our job configuration. 1) In SVN, we could control the SVN co based on svn revision number e.g. http://server/branch/projectA@revnumber How do we set up in the CVS SCM section where we co the trunk based on HEAD or specific tag to do like what we did for

ERROR: CVS Command failed: Illegal seek ? Seek workaround

2014-04-17 Thread mpc8250
Hi All We have a clean workspace to checkout modules from a branch. During its checkout of a Jenkins job run, most folders and files are checked out fine but the job always fails at a certain point with the following errors below; what is this error and what's the workaround ? We've tried cle

Editable Email Notification - BUILD_NUMBER - quick question

2014-04-18 Thread mpc8250
Hi All In Editable Email Notification plugin, it allows for $BUILD_NUMBER of the job to be printed. We have 2 jobs that are chained together. We like to use the first job's build number in the 2nd job. How can we cause Editable Email Notification plugin to use our parameterized BUILD_NUMBER fro

python script argument misinterpreted in Jenkins Execute Shell step - how to overcome?

2014-05-29 Thread mpc8250
Hi All When we run my python script in the shell terminal, it works sudo myscript.py --version=22 --base=252 --hosts="{'hostA':[1],'hostB':[22]}" But when we run in Hudson and Jenkins, using Execute Shell step, somehow, the string --hosts="{'hostA':[1],'hostB':[22]}" is interpreted as sudo my

how to propagate build number from parent job to child job ?

2014-09-23 Thread mpc8250
Hi All We have 3 jobs chained linearly. We like all 3 jobs to use the same build number using the topmost build number. However right now, if any of the latter jobs fail and restarted the next time, they use their own build number in the job and not the topmost build number. How do we accompli

How to modify Jenkins email "undisclosed-participant@email.invalid" to use legit email address and user for email notification

2014-10-28 Thread mpc8250
Hi All Jenkins send an email with user named undisclosed-participant with email address "undisclosed-participant@email.invalid". We've tried changing values in email-ext plugin in Manage Jenkins and still it doesnt work to use a legit user and email address. How can we change that to use a legi

How to configure nodejs properly in Jenkins ?

2014-12-07 Thread mpc8250
Hi We have a Hudson build step to execute Windows batch command. How can we embed dalek commands to start test run ? In the step we have dalek -v and we get "not a recognized command" ... we check our PATH in Hudson job and we can see nodejs specified but not npm. Is that another issue to overco

Install nodejs to use dalekjs on another Windows server 2008 issue

2014-12-07 Thread mpc8250
Hi All We have Jenkins on Windows and trying to install nodejs to use dalekjs on another Windows server 2008. In Manager Jenkins Global properties, we try to install using "Install automatically" picking a version from nodejs.org. with global npm package to install set to dalek-cli. In the job

how to get rid of weird characters on console output ?

2014-12-08 Thread mpc8250
Hi When running our build step on a windows server 2008 platform, the console output shows output in bold when they should be empty spaces. We use Execute shell build step. C:\Users\x\Desktop\test>dalek smoketest.js -b chrome * [95m*Running tests * [39m [37m*Running Browser: [39m [93mGoogle

How to kick off Visual Studio 2012 CodedUI test project solution with Jenkins job ?

2014-12-31 Thread mpc8250
Hi All Could anyone share the steps to how one could kick off Visual Studio 2012 CodedUI test project solution with Jenkins ? Any plugins needed to do that ? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this gro

How to add new users via command line with Hudson ?

2016-03-05 Thread mpc8250
Hi All We use Hudson v2.2.1. How can we add multiple users via command line ? Would this work ? We ask because we have a rather old Hudson. echo 'hpsr=new hudson.security.HudsonPrivateSecurityRealm(false); hpsr.createAccount("dummyuser", "dummypassword")' | java -jar hudson-cli.jar -s http://l

Re: How to add new users via command line with Hudson ?

2016-03-07 Thread mpc8250
Hi Slide Unfortunately, no help from that forum there. Hence the question here. Thank you. On Saturday, March 5, 2016 at 9:18:40 AM UTC-6, slide wrote: > > You would want to ask on the Hudson mailing list, this list is for Jenkins. > > On Sat, Mar 5, 2016 at 1:19 AM mpc8250 > &

How to dynamically change email list in Editable email plugin recipient list text box

2016-09-13 Thread mpc8250
Hi We have a need to dynamically use a set of email users to send the build status with Jenkins Editable email plugin. We tried with eg ${ENV, var="email_list"} and it didnt work; with error something about com.sun.mail.smtp.SMTPAddressFailedException: 550, even though when we know for sure the

Re: How to dynamically change email list in Editable email plugin recipient list text box

2016-09-13 Thread mpc8250
Hi Slide Thanks for responding On Tuesday, September 13, 2016 at 1:56:28 PM UTC-5, slide wrote: > > This is how I do it in my setup. How did you format your email_list > environment variable? > > On Tue, Sep 13, 2016 at 9:55 AM mpc8250 > > wrote: > >> Hi >>

Re: How to dynamically change email list in Editable email plugin recipient list text box

2016-09-13 Thread mpc8250
e ? Thank you On Tuesday, September 13, 2016 at 2:40:16 PM UTC-5, mpc8250 wrote: > > Hi Slide > > Thanks for responding > > On Tuesday, September 13, 2016 at 1:56:28 PM UTC-5, slide wrote: >> >> This is how I do it in my setup. How did you format your email_list >&