Skip to content

Commit 865f726

Browse files
Update Jenkinsfile
1 parent aa7f30a commit 865f726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ properties([
55
booleanParam(defaultValue: false,
66
description: 'Cancel the rest of parallel stages if one of them fails and return status immediately',
77
name: 'failFast'),
8-
booleanParam(defaultValue: true,
8+
booleanParam(defaultValue: false,
99
description: 'Whether to propagate commit status to GitHub',
1010
name: 'propagateStatus'),
1111
string(defaultValue: '',
@@ -16,4 +16,4 @@ properties([
1616

1717
loadOpenVinoLibrary {
1818
entrypoint(this)
19-
}
19+
}

0 commit comments

Comments
 (0)