mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
parallelsAlwaysFailFast (#1755)
add parallelsAlwaysFailFast option to the Jenkinsfile
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -18,6 +18,9 @@ pipeline {
|
||||
agent {
|
||||
label "linux"
|
||||
}
|
||||
options {
|
||||
parallelsAlwaysFailFast()
|
||||
}
|
||||
environment {
|
||||
NPM_CONFIG_REGISTRY = credentials('npm-registry')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user