stable
Clone or download
Read-only
This is part of story #14019 automate jenkins job creation & run You have to set a new feature flag to 1 to enable this feature: $git_allow_jenkins_plugin_hook_configuration = 1; When this is enabled and the hudson_git plugin is installed and activated, then a new pane named "Jenkins" must be displayed in the Git administration page of a project. The pane does nothing for now. Its content will be added in a dedicated commit. Change-Id: Idc63c9e724545be540819fd334e9cdc4cc476f67
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/git/include/Events/GitAdminGetExternalPanePresenters.php | +44 | −0 | Go to diff View file |
M | plugins/git/include/Git/DefaultSettings/IndexController.php | +5 | −0 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminDefaultSettingsPresenter.php | +2 | −2 | Go to diff View file |
A | plugins/git/include/GitPresenters/AdminExternalPanePresenter.php | +53 | −0 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminGerritTemplatesPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminGitAdminsPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminMassUpdatePresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminMassUpdateSelectRepositoriesPresenter.class.php | +7 | −4 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminPresenter.php | +11 | −3 | Go to diff View file |
M | plugins/git/include/GitViews.class.php | +21 | −2 | Go to diff View file |
M | plugins/git/templates/admin-default-settings.mustache | +5 | −0 | Go to diff View file |
M | plugins/git/templates/admin-gerrit-templates.mustache | +5 | −0 | Go to diff View file |
M | plugins/git/templates/admin-git-admins.mustache | +5 | −0 | Go to diff View file |
M | plugins/git/templates/admin-mass-update-select-repositories.mustache | +5 | −0 | Go to diff View file |
M | plugins/git/templates/admin-mass-update.mustache | +5 | −0 | Go to diff View file |
M | plugins/hudson_git/include/hudson_gitPlugin.php | +17 | −0 | Go to diff View file |