Skip to content

Commit

Permalink
Noting NetBeans integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Glick committed Sep 21, 2011
1 parent 24be3e5 commit 20fdcb0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions hudsonbook-content/src/main/resources/ch08.xml
Expand Up @@ -857,6 +857,26 @@
</imageobject>
</mediaobject>
</figure>
<para>
If you are using
NetBeans IDE<indexterm><primary>NetBeans</primary></indexterm>,
you already have integration with Hudson and Jenkins.
Open the <guilabel>Services</guilabel> window and add servers under <guilabel>Hudson Builders</guilabel>.
(If you open a Maven project whose <code>ciManagement</code> specifies
<code>hudson</code> or <code>jenkins</code> as the <code>system</code>, the corresponding server
will be registered automatically.)
This integration has various features beyond build notifications in the status line,
such as <guilabel>Test Results</guilabel> window integration, build log and change log display, workspace
browsing, and a job setup wizard.
</para>
<figure id="fig-hudson-netbeans">
<title>Jenkins connection in NetBeans</title>
<mediaobject>
<imageobject role="web">
<imagedata fileref="figs/web/hudson-netbeans.png" format="PNG"/>
</imageobject>
</mediaobject>
</figure>
<para>The <indexterm class="startofrange" id="ch08-tray1" significance="normal"><primary>Tray Application plugin</primary></indexterm><indexterm class="startofrange" id="ch08-tray2" significance="normal"><primary>plugins</primary><secondary>Tray Application plugin</secondary></indexterm>Jenkins Tray Application plugin (see <xref linkend="fig-hudson-tray-launch"/>) lets you start up a small Java client
application using Java Web Start from your Jenkins dashboard.</para>
<figure float="0" id="fig-hudson-tray-launch">
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 20fdcb0

Please sign in to comment.