Skip to content

Commit

Permalink
Merge pull request #50 from jenkinsci/pipeline-options
Browse files Browse the repository at this point in the history
fix missing `displayType` in pipeline config
  • Loading branch information
simonsymhoven authored Sep 8, 2022
2 parents ecb1a00 + c660fab commit d3143c7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,19 @@
<f:textbox field="reportFile" />

</f:entry>

<f:entry name="displayType" title="${%title.displayType}" field="displayType">

<select name="displayType">

<option value="absolute">absolute</option>

<option value="relative">relative</option>

<option value="relative">dual</option>

</select>

</f:entry>

</j:jelly>
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
title.reportFile=Path to report file
title.reportFile=Path to report file
title.displayType=Display type

0 comments on commit d3143c7

Please sign in to comment.