Skip to content

Commit

Permalink
Update src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippeti…
Browse files Browse the repository at this point in the history
…zer/index.jelly

Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
  • Loading branch information
bitwiseman and timja authored Feb 16, 2021
1 parent 73fd7b1 commit 6467f4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ THE SOFTWARE.
<j:set var="it" value="${item}"/>
<j:set var="instance" value="${null}"/>
<j:set var="help" value="${descriptor.helpFile}"/>
<f:entry title="STEP: ${symbol}" help="${help}" />
<f:entry title="${symbol}" help="${help}" />
<st:include from="${descriptor}" page="${descriptor.configPage}" optional="true">
<f:block>
${%This step has not yet defined any visual configuration.}
Expand Down

0 comments on commit 6467f4f

Please sign in to comment.