stable

Clone or download

Read-only

Launch CI jobs on commit

This task is part of story #8823 trigger CI jobs on commit Better logging of actions will be on next commit Change-Id: I77ac25b87fd8a9d987e186a2de818202e2daf28b

Modified Files

Name
M plugins/hudson_svn/include/Job/Dao.php +12 −0 Go to diff View file
M plugins/hudson_svn/include/Job/Factory.php +25 −1 Go to diff View file
M plugins/hudson_svn/include/Job/Job.php +13 −1 Go to diff View file
A plugins/hudson_svn/include/Job/Launcher.php +127 −0 Go to diff View file
M plugins/hudson_svn/include/autoload.php +3 −2 Go to diff View file
M plugins/hudson_svn/include/hudson_svnPlugin.class.php +15 −4 Go to diff View file
A plugins/hudson_svn/tests/Job/LauncherTest.php +120 −0 Go to diff View file
A plugins/hudson_svn/tests/bootstrap.php +23 −0 Go to diff View file
M plugins/svn/bin/svn_post_commit.php +3 −2 Go to diff View file
M plugins/svn/include/Svn/Commit/CommitInfoEnhancer.php +3 −0 Go to diff View file
M plugins/svn/include/Svn/Hooks/PostCommit.class.php +36 −6 Go to diff View file
M plugins/svn/include/constants.php +1 −1 Go to diff View file