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 a4bcc53 commit e3c7c33Copy full SHA for e3c7c33
src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
@@ -179,7 +179,7 @@
179
* </dd>
180
* <dt>PERSISTED</dt>
181
* <dd>
182
- * {@link CpsFlowExecution} is on disk with its owner, for example in <tt>build.xml</tt> of the workflow run.
+ * {@link CpsFlowExecution} is on disk with its owner, for example in {@code build.xml} of the workflow run.
183
* Nothing exists in memory. For example, Jenkins is not running.
184
*
185
* Transition from this into PREPARING is triggered outside our control by XStream using
0 commit comments