Builds do not show up if Job is renamed

2013-01-21 Thread bballantyne
I recently created a new job and before building it, realized that I had used the '-' character in the Job name where I should have used '_'. I used the job configuration page to rename the job to the correct name. Jenkins came back and asked me if I was sure that I wanted to rename the job. I a

Re: getting Exception in Job Import plugin

2013-01-19 Thread bballantyne
I am seeing the same issue: Status Code: 500Exception: java.lang.NullPointerException I am using Jenkins_1.493 to Jenkins_1.493 and JobImportPlugin_v1.0. Both Jenkins are running on Linux with java-1_6_0-ibm-1.6.0 Also, after returning from the error, the 'Job Import Plugin' display shows 'New

Re: Groovy Choice Parameter Plug-In

2012-12-30 Thread bballantyne
*Correction*: The groovy script has to return an array of strings in the groovy '*choices*' > variable: > >def mydata = ['string 1', 'string 2', 'string 3', 'string > 4', 'string 5' ] >*choices* = mydata > >

Re: Groovy Choice Parameter Plug-In

2012-12-30 Thread bballantyne
So, after figuring out how to build and debug Jenkins, I discovered the answer I was looking for. The groovy script has to return an array of strings in the groovy 'choice' variable: def mydata = ['string 1', 'string 2', 'string 3', 'string 4', 'string 5' ] choice = mydata It is

Groovy Choice Parameter Plug-In

2012-12-22 Thread bballantyne
I just tried this plugin and it 'almost' does exactly what I need. My use case is: I support a number of developers who use AccuRev SCM. These developers create one or more workspaces in which they perform their development. Prior to checkin (or promoting in AccuRev parlance), a developer will

Re: Both DryPublisher and PmdPublisher abort due to exception

2012-10-22 Thread bballantyne
I have created Jira issue15593 (https://issues.jenkins-ci.org/browse/JENKINS-15593) with the whole stack. My setup is such that all builds are invoked from the master (OpenSUSE linux), so this always occurs. (The builds cannot be performed on Linux since they require the Flex CoverViewer app