Avatar
😀

Organizations

14 results for Jenkins
  • Before we proceed with developing the plugin, there is an important concept to understand: How the different project types invoke their plugins.


    Currently, one of the biggest source of confusion for end users of Hudson is that most of the plugins do not work with the “m2 project type”. This is because there are essentially two completely different implementations of plugins.

    “Normal” Plugins

    “Normal” plugins work with all project types except the “m2 project type”. Typically they will extend Publisher. The model of execution is that the Publisher is invoked on the Hudson Master and can invoke actions remotely on the slave.

    Jenkins Created Tue, 22 Jan 2008 00:00:00 +0000
  • This is the first part of a tutorial on writing a Hudson plug-in. The aim of this tutorial is to develop a Publisher for JavaNCSS. This publisher will work with both Hudson Freestyle projects and Hudson Maven2 projects. The publisher will also include a trend graph.

    Before we can start plug-in development, we need to have a set of working projects to throw at our plugin. Ideally these projects should be simple and quick to build, but the most essential thing is that they build and run the tool that we want to publish the results of! We need a minimum of three projects:

    Jenkins Created Sun, 13 Jan 2008 00:00:00 +0000
  • This morning I discovered sventon (http://www.sventon.org) a Subversion (http://subversion.tigris.org/) repository browser written in Java. And it’s free! Ten minutes later I had this integrated as a Repository browser in Hudson (https://hudson.dev.java.net/ will be available in build 1.157) and I’m loving it. It’s not quite as good as fisheye… but it does everything I need it to!

    Hudson is really starting to have kick-ass features that leave everything else for dust.

    Jenkins Created Wed, 14 Nov 2007 00:00:00 +0000
  • Note to self, here are some code coverage tools for .NET that are free to use… and therefore good candidates for having the Coverage plugin for Hudson support off the shelf:

    Jenkins Created Wed, 07 Nov 2007 00:00:00 +0000