Loading Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ pipeline { sh 'sudo apk update' sh 'curl https://unofficial-builds.nodejs.org/download/release/v14.17.6/node-v14.17.6-linux-x64-usdt.tar.xz --output node-v14.17.6-linux' sh 'ls -la' sh 'tar -xf node-v14.17.6-linux-x64-usdt' sh 'tar -xf node-v14.17.6-linux -C /tmp' //sh 'sudo apk add yarn' sh 'sudo apk upgrade nodejs' sh 'node -v' Loading Loading
Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ pipeline { sh 'sudo apk update' sh 'curl https://unofficial-builds.nodejs.org/download/release/v14.17.6/node-v14.17.6-linux-x64-usdt.tar.xz --output node-v14.17.6-linux' sh 'ls -la' sh 'tar -xf node-v14.17.6-linux-x64-usdt' sh 'tar -xf node-v14.17.6-linux -C /tmp' //sh 'sudo apk add yarn' sh 'sudo apk upgrade nodejs' sh 'node -v' Loading