We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7f30a commit 865f726Copy full SHA for 865f726
Jenkinsfile
@@ -5,7 +5,7 @@ properties([
5
booleanParam(defaultValue: false,
6
description: 'Cancel the rest of parallel stages if one of them fails and return status immediately',
7
name: 'failFast'),
8
- booleanParam(defaultValue: true,
+ booleanParam(defaultValue: false,
9
description: 'Whether to propagate commit status to GitHub',
10
name: 'propagateStatus'),
11
string(defaultValue: '',
@@ -16,4 +16,4 @@ properties([
16
17
loadOpenVinoLibrary {
18
entrypoint(this)
19
-}
+}
0 commit comments