stable
Clone or download
Read-only
Merge commit 'refs/changes/18/5318/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7897: base plugin for git/jenkins Change-Id: I7a2b601f4eb7e516e9fedb74c9a05c0149699b06
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/hudson_git/README.mkd | +6 | −0 | Go to diff View file |
A | plugins/hudson_git/VERSION | +1 | −0 | Go to diff View file |
A | plugins/hudson_git/include/HudsonGit/Plugin/PluginDescriptor.php | +34 | −0 | Go to diff View file |
A | plugins/hudson_git/include/HudsonGit/Plugin/PluginInfo.php | +33 | −0 | Go to diff View file |
A | plugins/hudson_git/include/autoload.php | +20 | −0 | Go to diff View file |
A | plugins/hudson_git/include/constants.php | +21 | −0 | Go to diff View file |
A | plugins/hudson_git/include/hudson_gitPlugin.class.php | +49 | −0 | Go to diff View file |
A | plugins/hudson_git/site-content/en_US/hudson_git.tab | +2 | −0 | Go to diff View file |
A | plugins/hudson_git/site-content/fr_FR/hudson_git.tab | +2 | −0 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +2 | −0 | Go to diff View file |
M | tools/rpm/tuleap.spec | +2 | −0 | Go to diff View file |