Skip to content

Commit daeaba1

Browse files
gbhat618jglick
andauthored
Update src/main/java/org/jenkinsci/plugins/workflow/steps/SynchronousResumeNotSupportedException.java
Co-authored-by: Jesse Glick <jglick@cloudbees.com>
1 parent 4e6f9a2 commit daeaba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/steps/SynchronousResumeNotSupportedException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public SynchronousResumeNotSupportedException() {
4343

4444
public SynchronousResumeNotSupportedException(String stepDisplayFunctionName) {
4545
super(String.format("""
46-
Step `%s` is a non-blocking synchronous step; it doesn't support resume after a restart. \
46+
The Pipeline step `%s` cannot be resumed after a controller restart. \
4747
In Scripted syntax, you may wrap its containing `node` block within `retry(conditions: [nonresumable()], count: 2) {...}`, \
4848
or, in Declarative syntax, use the `retries` option to an `agent` directive to allow the stage to be retried.""",
4949
stepDisplayFunctionName)

0 commit comments

Comments
 (0)