Re: Commit access request for jenkinsci / job-dsl-plugin

2014-03-05 Thread Ben Patterson
That plugin is actively maintained. You should submit pull request(s) on github. They'll get looks there. It's likewise worth your while to look at the existing pull requests to see if someone has already done work you were planning to do. On Thursday, February 27, 2014 5:20:31 AM UTC-5,

CI for Job DSL Plugin

2014-03-05 Thread Daniel Spilker
Hi! I'm maintaining the Job DSL plugin. I would like to run a CI job for the plugin. I already found https://jenkins.ci.cloudbees.com/job/plugins/job/job-dsl-plugin/, but the last run was 2012 and I am not authorized to view/change the configuration. I found no docs on how to fix the setup.

Re: jelly - represent a recursive model

2014-03-05 Thread novamine118
Thanks for the quick reply. I'll try out the suggestions you mentioned this weekend and let you know what I end up choosing. Thanks again! -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving

Jenkins - Bat - Tee.exe (Msys) = massive slowdown

2014-03-05 Thread David Koch
Hello, I've created a set of batch files saved under our SCM and is retrieved by Jenkins on a regular basis (twice a day). These batch are set on specific locations on the source tree and Jenkins' jobs are configured to run them. These batch perform some tasks (compiling, linking, whatever)

Request for commit and release access (rubyMetrics plugin PR)

2014-03-05 Thread Mike Dillon
Hi there- Could I get commit access and release access to merge this PR and cut a new release or the rubyMetrics plugin? https://github.com/jenkinsci/rubymetrics-plugin/pull/14 My username is md5 on both github.com and jenkins-ci.org. Thanks. -md -- You received this message because you are

Custom Builder not available as a build-step - How to diagnose?

2014-03-05 Thread Brian Sayatovic
I'm trying to make a new build-step (for some custom pre-build versioning needs), but my new builder isn't appearing in the list of available build steps. I've written an SCM plugin before, but a Builder is a new experience for me. I started from the HelloWorld Builder plugin sample, and my

Re: Custom Builder not available as a build-step - How to diagnose?

2014-03-05 Thread Emanuele Zattin
I had the same problem a month ago and it got solved with an mvn clean :-) if that does not work you could share the code if possible so it would be easier to help. Emanuele On Mar 5, 2014 8:23 PM, Brian Sayatovic t...@trinition.org wrote: I'm trying to make a new build-step (for some custom

Re: Custom Builder not available as a build-step - How to diagnose?

2014-03-05 Thread Brian Sayatovic
I'll try the clean for starters! FWIW, I also manually added my class name to the config.xml for a test job and my config.jelly did show up! But when I saved, it was removed from the config.xml file :-( Regarding sharing the code, I can easily paste snippets here. Is there a batter way to

Re: Jenkins - Bat - Tee.exe (Msys) = massive slowdown

2014-03-05 Thread Daniel Beck
Have you tried running the commands interactively outside Jenkins (but with an otherwise identical environment, same machine, user, working directory, input files, ...) to make sure it's actually related to Jenkins? What happens when you log to a file outside the job workspace? On 05.03.2014,

Re: Custom Builder not available as a build-step - How to diagnose?

2014-03-05 Thread Brian Sayatovic
Wow, that did it! Thanks much! On Wednesday, March 5, 2014 2:43:59 PM UTC-5, Brian Sayatovic wrote: I'll try the clean for starters! -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving

Re: jelly - represent a recursive model

2014-03-05 Thread novamine118 .
Yep, I used the f:repeatableHeteroProperty tag to achieve the recursive nesting. I essentially copied what was in the configure-entries.jelly regarding adding columns: f:section title=${%Columns} f:block f:repeatableHeteroProperty field=columns hasHeader=true addCaption=${%Add column}/

Extending the Build Results for different failure

2014-03-05 Thread Bharathi Ramalingam
Hello, I'm planning to develop a plugin to extend the Build Resulthttp://javadoc.jenkins-ci.org/hudson/model/Result.html to display various failure issues like Compile Error, Test Error, Infrastructure Error etc. For each error type, I would like display a different color so that the