stable
Clone or download
Read-only
This is part of story #14019 automate jenkins job creation & run If a status code 2OO is returned by the Jenkins plugin, then it's stored in the database. It's not yet displayed, it will be done in a next commit. Change-Id: Ie6f215765967b1c807a2fcff81aef5fad1edcc86
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/hudson_git/db/install.sql | +10 | −0 | Go to diff View file |
A | plugins/hudson_git/db/mysql/updates/2020/202003021632_add_branch_source_tables.php | +79 | −0 | Go to diff View file |
M | plugins/hudson_git/db/uninstall.sql | +2 | −0 | Go to diff View file |
M | plugins/hudson_git/include/HudsonGit/Hook/HookTriggerController.php | +25 | −16 | Go to diff View file |
M | plugins/hudson_git/include/HudsonGit/Hook/JenkinsClient.php | +9 | −2 | Go to diff View file |
A | plugins/hudson_git/include/HudsonGit/Hook/JenkinsTuleapBranchSourcePluginHook/JenkinsTuleapPluginHookResponse.php | +56 | −0 | Go to diff View file |
M | plugins/hudson_git/include/HudsonGit/Job/Job.php | +22 | −7 | Go to diff View file |
M | plugins/hudson_git/include/HudsonGit/Job/JobDao.php | +13 | −0 | Go to diff View file |
M | plugins/hudson_git/include/HudsonGit/Job/JobManager.php | +40 | −12 | Go to diff View file |
M | plugins/hudson_git/include/HudsonGit/Job/ProjectJobDao.php | +11 | −0 | Go to diff View file |
M | plugins/hudson_git/phpunit/HudsonGit/Git/Administration/AdministrationControllerTest.php | +1 | −1 | Go to diff View file |
M | plugins/hudson_git/phpunit/HudsonGit/Hook/HookTriggerControllerTest.php | +26 | −6 | Go to diff View file |
M | plugins/hudson_git/site-content/fr_FR/LC_MESSAGES/tuleap-hudson_git.po | +3 | −0 | Go to diff View file |