parallelsAlwaysFailFast (#1755)

add parallelsAlwaysFailFast option to the Jenkinsfile
This commit is contained in:
Romain Grecourt
2020-05-08 10:18:35 -07:00
committed by GitHub
parent 0844cdfb78
commit d7a2600f8c

3
Jenkinsfile vendored
View File

@@ -18,6 +18,9 @@ pipeline {
agent {
label "linux"
}
options {
parallelsAlwaysFailFast()
}
environment {
NPM_CONFIG_REGISTRY = credentials('npm-registry')
}