stable
Clone or download
Read-only
story #9322 pass additional parameters to Hudson jobs
With a SVN plugin repo, try to reach a job which has following parameters: - Project - User - Repository - Path Change-Id: I7adec815581324e25c46485ccf9ec926d9ebae9b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/hudson/include/hudsonViews.class.php | +1 | −1 | Go to diff View file |
A | plugins/hudson_svn/include/BuildParams.php | +42 | −0 | Go to diff View file |
M | plugins/hudson_svn/include/FormPresenter.php | +18 | −5 | Go to diff View file |
M | plugins/hudson_svn/include/Job/Launcher.php | +16 | −6 | Go to diff View file |
M | plugins/hudson_svn/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/hudson_svn/include/hudson_svnPlugin.class.php | +3 | −1 | Go to diff View file |
M | plugins/hudson_svn/site-content/en_US/hudson_svn.tab | +6 | −0 | Go to diff View file |
M | plugins/hudson_svn/site-content/fr_FR/hudson_svn.tab | +7 | −1 | Go to diff View file |
M | plugins/hudson_svn/templates/hudson_svn_form.mustache | +9 | −0 | Go to diff View file |
M | plugins/hudson_svn/tests/Job/LauncherTest.php | +4 | −3 | Go to diff View file |
M | plugins/hudson_svn/www/themes/default/css/style.scss | +4 | −0 | Go to diff View file |