stable
Clone or download
Read-only
Merge commit 'refs/changes/41/5341/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7897 trigger CI build after push Change-Id: Iafd637be90d48566b7da515783807d19fecae36b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/etc/config.inc.dist | +2 | −2 | Go to diff View file |
M | plugins/git/hooks/post-receive.php | +3 | −2 | Go to diff View file |
M | plugins/git/include/Git/Hook/PostReceive.class.php | +11 | −2 | Go to diff View file |
M | plugins/git/include/Git_Backend_Gitolite.class.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/constants.php | +8 | −0 | Go to diff View file |
M | plugins/git/tests/Git/Hook/PostReceiveTest.php | +19 | −4 | Go to diff View file |
M | plugins/git/tests/Git_Backend_GitoliteTest.php | +3 | −10 | Go to diff View file |
A | plugins/hudson_git/include/HudsonGit/Hook/HookTriggerController.php | +65 | −0 | Go to diff View file |
A | plugins/hudson_git/include/Logger.php | +37 | −0 | Go to diff View file |
M | plugins/hudson_git/include/autoload.php | +4 | −2 | Go to diff View file |
M | plugins/hudson_git/include/hudson_gitPlugin.class.php | +19 | −0 | Go to diff View file |
M | src/common/Jenkins/Client.class.php | +27 | −2 | Go to diff View file |