Skip to content

Commit 1b825ef

Browse files
authored
ci(jenkins): fix wrong label (#1451)
1 parent 69a7b68 commit 1b825ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ pipeline {
7474
script {
7575
def node = readYaml(file: '.ci/.jenkins_nodejs.yml')
7676
def parallelTasks = [:]
77-
def parallelTasksWithoutAsyncHooks = [:]
7877
node['NODEJS_VERSION'].each{ version ->
7978
parallelTasks["Node.js-${version}"] = generateStep(version: version)
8079
parallelTasks["Node.js-${version}-async-hooks-false"] = generateStep(version: version, disableAsyncHooks: true)
@@ -198,7 +197,7 @@ pipeline {
198197
}
199198
}
200199
stage('RC Test') {
201-
agent { label 'linux && immutablee' }
200+
agent { label 'linux && immutable' }
202201
environment {
203202
NVM_NODEJS_ORG_MIRROR = "https://nodejs.org/download/rc/"
204203
}

0 commit comments

Comments
 (0)