stable
Clone or download
Read-only
This is part of story #14019 automate jenkins job creation & run In the modal to add a jenkins server globally for a project, a new button "Test this server" is added. It displays basic information to administrators so that they know if the provided server is reachable or not. Change-Id: Ie504129b8f4f298de4bfc14498b38b93a7571076
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/templates/settings/modal-webhook.mustache | +1 | −1 | Go to diff View file |
M | plugins/git/themes/default/css/style.scss | +4 | −0 | Go to diff View file |
A | plugins/hudson_git/include/HudsonGit/Git/Administration/AjaxController.php | +100 | −0 | Go to diff View file |
M | plugins/hudson_git/include/hudson_gitPlugin.php | +12 | −1 | Go to diff View file |
M | plugins/hudson_git/scripts/src/git-administration.ts | +29 | −0 | Go to diff View file |
M | plugins/hudson_git/site-content/fr_FR/LC_MESSAGES/tuleap-hudson_git.po | +12 | −0 | Go to diff View file |
M | plugins/hudson_git/templates/git-administration/git-administration-jenkins.mustache | +1 | −39 | Go to diff View file |
A | plugins/hudson_git/templates/git-administration/modal-add-jenkins-server.mustache | +45 | −0 | Go to diff View file |
M | plugins/hudson_git/templates/modal-jenkins.mustache | +1 | −1 | Go to diff View file |
M | plugins/hudson_git/themes/default/css/style.scss | +9 | −0 | Go to diff View file |