Skip to content

Commit deb113b

Browse files
authored
Add documentation to snippet generator for hideFromView step (#1138)
1 parent 43fba55 commit deb113b

File tree

1 file changed

+8
-0
lines changed
  • src/main/resources/io/jenkins/plugins/pipelinegraphview/steps/HideFromViewStep

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<?jelly escape-by-default='true'?>
3+
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
4+
<p>You can mark specific pipeline steps as hidden from the view by wrapping them with the <code>hideFromView</code> step.</p>
5+
6+
<p>In the stage filter you can toggle hiding and showing hidden steps, they are hidden by default.</p>
7+
8+
</j:jelly>

0 commit comments

Comments
 (0)