We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a7b68 commit 1b825efCopy full SHA for 1b825ef
Jenkinsfile
@@ -74,7 +74,6 @@ pipeline {
74
script {
75
def node = readYaml(file: '.ci/.jenkins_nodejs.yml')
76
def parallelTasks = [:]
77
- def parallelTasksWithoutAsyncHooks = [:]
78
node['NODEJS_VERSION'].each{ version ->
79
parallelTasks["Node.js-${version}"] = generateStep(version: version)
80
parallelTasks["Node.js-${version}-async-hooks-false"] = generateStep(version: version, disableAsyncHooks: true)
@@ -198,7 +197,7 @@ pipeline {
198
197
}
199
200
stage('RC Test') {
201
- agent { label 'linux && immutablee' }
+ agent { label 'linux && immutable' }
202
environment {
203
NVM_NODEJS_ORG_MIRROR = "https://nodejs.org/download/rc/"
204
0 commit comments