Search |
||
You can read my Hudson configurationPosted by fabriziogiudici on November 9, 2009 at 1:07 AM PST
After the latest upgrade of my Hudson instance, I noticed that a new option in the security matrix appeared: it allows anonymous visitors to have a (read only) look at a job configuration, if the administrator allows it. I think it's a great feature (that I was asking for some months ago), as it allows to share our knowledge about our favourite CI tool.
So I've opened most of my jobs and you can poke your nose into them; for instance, http://hudson.tidalwave.it/hudson/job/ForceTen%20Release/configure (please note that the "/hudson" part could go away in a few days, if the previous link doesn't work try http://hudson.tidalwave.it/job/ForceTen%20Release/configure). I'll comment about it in a few days, as it implements for the first time a dream that I had months ago, that is the capability of making a release with just a single mouse click. Well, it seems that I'm coming to an end with the building of my next generation software factory. Just in time to talk about it at the upcoming JAX Italia. ![]() ![]() »
Comments
Comments are listed in date ascending order (oldest first)
Something in the multi stage
Submitted by fabriziogiudici on Tue, 2009-11-10 02:08.
Something in the multi stage actually works, with some residual problems due to specific Hudson stuff. If you're at JAX, as I suspect/hope you'll be, I'll illustrate the configuration as part of my talk. Indeed, I suspect there's nothing special, and would love feedback.
It's a nice feature...It
Submitted by mezlight on Tue, 2009-11-10 06:45.
It's a nice feature...It would be awesome if open source projects that use Hudson as their CI would allow users to view the jobs configuration. This would definitely give users examples on how to configure jobs. Thanks for sharing...I don't use maven but at least I got an example to follow...
|
||
|
|
still struggling with hudson and...