Skip to content

Commit 67600eb

Browse files
Vlatombejglick
andauthored
Apply suggestions from code review
Co-authored-by: Jesse Glick <[email protected]>
1 parent 1aea471 commit 67600eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/resources/org/csanchez/jenkins/plugins/kubernetes/pipeline/invalidImageGetsCancelled.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ spec:
55
image: some/invalid
66
''') {
77
node(POD_LABEL) {
8-
sh 'This will never run'
8+
sh 'false "This will never run"'
99
}
1010
}

0 commit comments

Comments
 (0)