Skip to content

Commit

Permalink
Document includeStage in snippet generator (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Sep 4, 2024
1 parent be382ce commit 3e6128d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@
<f:textbox />
</f:entry>

<f:advanced>
<f:entry title="${%Include stage}" field="includeStage">
<f:checkbox />
</f:entry>
</f:advanced>

</j:jelly>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>Appends the stage name to the check, this can be useful when you have multiple types of tests in different stages</p>

0 comments on commit 3e6128d

Please sign in to comment.