mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
Install xz for Node archive extraction
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -22,6 +22,8 @@ pipeline {
|
||||
stage('Download Node') {
|
||||
steps {
|
||||
sh '''
|
||||
apt-get update
|
||||
apt-get install -y xz-utils
|
||||
curl -fsSLO https://nodejs.org/dist/v${NODE_VERSION}/${NODE_DIST}.tar.xz
|
||||
tar -xJf ${NODE_DIST}.tar.xz
|
||||
node --version
|
||||
|
||||
Reference in New Issue
Block a user