stable

Clone or download

Read-only

Refactoring: split job and polling URL in dedicated tables

This is part of story #14019 automate jenkins job creation & run No functional change expected. We need to split this table in order to be able to add new logs for the new Jenkins branch source plugin. Change-Id: Id5d210ce2d451ba31a4a0af16703fc59d8b1d6e9

Modified Files

Name
M plugins/hudson_git/db/install.sql +11 −3 Go to diff View file
A plugins/hudson_git/db/mysql/updates/2020/202003021509_add_and_populate_polling_url_tables.php +128 −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/Job/JobDao.php +23 −8 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Job/JobManager.php +36 −12 Go to diff View file
M plugins/hudson_git/include/HudsonGit/Job/ProjectJobDao.php +23 −9 Go to diff View file
M plugins/hudson_git/include/hudson_gitPlugin.php +9 −0 Go to diff View file