stable

Clone or download

Read-only

Store logs for Jenkins project servers

This is part of story #14019 automate jenkins job creation & run The logs are stored in database. There are not yet displayed in the administration page. Change-Id: Ie7c0b6f0285ca87df11dcf0490eaedb4312c71d5

Modified Files

Name
M plugins/hudson_git/db/install.sql +8 −0 Go to diff View file
A plugins/hudson_git/db/mysql/updates/2020/202002241506_add_plugin_hudson_git_project_server_job_table.php +58 −0 Go to diff View file
M plugins/hudson_git/db/uninstall.sql +1 −0 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Git/Administration/JenkinsServerDeleter.php +25 −4 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Hook/HookTriggerController.php +37 −13 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Job/CannotCreateJobException.php +4 −4 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Job/JobDao.php +1 −1 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Job/JobManager.php +38 −6 Go to diff View file
A plugins/hudson_git/include/HudsonGit/Job/ProjectJobDao.php +51 −0 Go to diff View file
M plugins/hudson_git/include/hudson_gitPlugin.php +10 −3 Go to diff View file
M plugins/hudson_git/phpunit/HudsonGit/Git/Administration/JenkinsServerDeleterTest.php +15 −4 Go to diff View file
M plugins/hudson_git/phpunit/HudsonGit/Hook/HookTriggerControllerTest.php +2 −0 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