stable
Clone or download
Read-only
story #7897 trigger CI build after push
Notify jenkins server on the git notification URL. Can be tested in dev environment with "jenkins" official docker image after having installed "git plugin" Note: when merged, please inform the commit author to update the documentation in deployment guide so people are informed that configuration of git plugin changes (use local.inc sys_default_domain instead of apache SERVER_NAME for urls) Change-Id: Id5b72e1ea32f840f5260d4e3849f15b1e039e91e
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 |