For thoese where waiting for documentation on hudson, you can find it at:
http://www.eclipse.org/hudson/hudsonbook/
For thoese where waiting for documentation on hudson, you can find it at:
http://www.eclipse.org/hudson/hudsonbook/
One of our goals in this Fuse day was utlizing a private cloud and usin it as part of our Build => Deploy => Test
scheme.
Writing Jenkins (F.K.A hudson) plugins in ruby ...
"This doesn't mean that we're done and that you can go forth and write pure ruby plugins... not by any stretch of the imagination. Instead, what it does mean, is that the Jenkins mainline is much more friendly to runtime analysis of classes with which it is not familiar.
...
http://www.oracle.com/us/corporate/press/393483
Demonstrating its commitment to the developer and open source communities, Oracle today announced that it has submitted a proposal to the Eclipse Foundation to create a Hudson project in Eclipse and contribute the Hudson core code to that project
This plugin does somthing so simple yet very useful instead of archiving artifact it will list the deployments performed at build time to the Maven Proxy you are running regardless to the proxy vendor (Archiva, Artifactory or Nexus).
All you need to do in your maven build is select 1 checkbox:
![]()
You can also filter artifacts with regex.
The result is:
One of my clients has come up with an http post erorr whilst trying to invoke a build.
Taking a look at the logs reveiled than indeed that the form post action instatiating the job didnt complete - this was very wiered,
The fact is all connection to server was within the clients LAN, with a fast enough connection between the client & server, which coulden't result in this type of error due to speed. (and yes on public instances you should expect the page to load 100% before you submit anything ...)
Hudson reactor plugin
A new Job type designed to configure a flow of pre defined jobs in a Hudson / Jenkins instance.
The Reactor job type will define Phases, each phase will invoke jobs in parallel.
Whilst introducing a Reactor Job type and enabelng each job to have it's own behavior when executed seperatelly. We will define a view which will list the execution chain of events, The Reactor acting as the top level invoker which in turn will call each Phase defined in the Recator's configuration.
Session targets:
Jason Van Zyl says that sonatype will be behind Oracle's Hudson: https://gist.github.com/805941
It looks like the Hudson project is forced to choose a new name to avoid trademark issues with Oracle:
Well we can't be too optimistic these days.
Hudson 1.392 was indeed promising with Maven 3 support which worked as I said like a charm "out of the box" - what I didn't notice at first was that Maven 2 projects using relative path declerations are now failing.
A bug was opened today on the subject see: HUDSON-8430 .