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 - Hudson <-> Git adapter
Summary: Hudson <-> Git adapter
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: PLAN
Depends on:
Blocks:
 
Reported: 2011-04-29 09:16 UTC by Jesse Glick
Modified: 2011-08-24 14:02 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).