This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 161911

Summary: One-step adding of test-mode Hudson server
Product: connecteddeveloper Reporter: Jesse Glick <jglick>
Component: HudsonAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker CC: kohsuke, pjiricka
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 214210    
Bug Blocks:    

Description Jesse Glick 2009-04-03 16:16:45 UTC
Would be nice if from the Hudson Builders node you could select a context menu item which would

1. Run: javaws https://hudson.dev.java.net/hudson.jnlp

2. Somehow wait for it to download and start.

3. Add a server: http://localhost:8080/ (probably called "Test", with 1-minute auto refresh)

Would make it very easy for people to begin playing with Hudson and the NetBeans integration together.
Comment 1 kohsuke 2009-04-03 16:31:55 UTC
JNLP execution of Hudson is basically just doing "java -jar hudson.war", so an easier way for you to control the start
up would be to download the war yourself. 

The start up of Hudson can be checked by repeatedly requesting the top page until the HTTP status change from 503
(service unavailable) to something else.
Comment 2 Jesse Glick 2009-09-04 01:36:21 UTC
cdev #1997ea38cb80
Comment 3 Quality Engineering 2009-09-07 09:57:53 UTC
Integrated into 'main-golden', will be available in build *200909041634* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1997ea38cb80
User: Jesse Glick <jglick@netbeans.org>
Log: #161911: easy way to download, run, and connect to latest Hudson release.