Skip to content

Commit

Permalink
NXBT-3615: Remove usage of nodejs14 builder
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinleturc committed Sep 16, 2024
1 parent dfeb4e3 commit 3a98c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfiles/release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library identifier: "[email protected]"

pipeline {
agent {
label 'jenkins-nuxeo-package-lts-2021'
label 'jenkins-nuxeo-package-lts-2021-nodejs18'
}
options {
buildDiscarder(logRotator(daysToKeepStr: '60', numToKeepStr: '60', artifactNumToKeepStr: '5'))
Expand Down

0 comments on commit 3a98c2e

Please sign in to comment.