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 198199

Summary: Hudson <-> Git adapter
Product: connecteddeveloper Reporter: Jesse Glick <jglick>
Component: HudsonAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: normal CC: pjiricka
Priority: P2 Keywords: PLAN
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jesse Glick 2011-04-29 09:16:25 UTC
Should be mostly similar to Hg support; .git/config has

...
[remote "origin"]
        ...
	url = https://github.com/x/y.git
...

which may suffice.
Comment 1 Jesse Glick 2011-08-19 20:24:30 UTC
I did a basic binding in core-main #777bd9b4e56b that at least lets you set up a job for a Git-controlled project. (No changelog support yet.) Only tested with GitHub. The Hudson Git plugin is quite complex, and I made no attempt to support unusual features, but this should work in the common case that you just ran "git clone ...." and did not switch branches, use submodules, configure extra remotes, etc.
Comment 2 Quality Engineering 2011-08-20 14:12:28 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/777bd9b4e56b
User: Jesse Glick <jglick@netbeans.org>
Log: Initial work on #198199: Hudson Git adapter.
Comment 3 Jesse Glick 2011-08-23 19:03:01 UTC
core-main #eff37c044d80
Comment 4 Quality Engineering 2011-08-24 14:02:04 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/eff37c044d80
User: Jesse Glick <jglick@netbeans.org>
Log: #198199: Hudson <-> Git adapter
Added basic changelog support (no hyperlinks).