We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fba55 commit deb113bCopy full SHA for deb113b
src/main/resources/io/jenkins/plugins/pipelinegraphview/steps/HideFromViewStep/config.jelly
@@ -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