Skip to content

Commit

Permalink
Merge pull request #1897 from jenkinsci/scm-publishIssues
Browse files Browse the repository at this point in the history
Add missing `scm` property in configuration screen
  • Loading branch information
uhafner authored Dec 21, 2024
2 parents 8379e64 + 3370891 commit 7a639e3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form" xmlns:i="/issues">
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form" xmlns:i="/issues" xmlns:s="/forensics">

<link rel="stylesheet" href="${resURL}/plugin/warnings-ng/css/custom-style.css"/>

Expand All @@ -17,6 +17,7 @@
<f:entry title="${%title.sourceCodeEncoding}" description="${%description.sourceCodeEncoding}" field="sourceCodeEncoding">
<f:combobox />
</f:entry>
<s:scm/>

<f:entry field="quiet">
<f:checkbox title="${%title.quiet}"/>
Expand Down

0 comments on commit 7a639e3

Please sign in to comment.