Loading Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ pipeline { echo 'Installing Dependencies' sh 'cat /etc/os-release' sh 'sudo apk update' sh 'sudo apk add --no-cache yarn --repository="http://dl-cdn.alpinelinux.org/alpine/edge/community"' sh 'curl -sL https://unofficial-builds.nodejs.org/download/release/v14.17.6/node-v14.17.6-linux-x64-usdt.tar.xz | tar xz -C /usr/local --strip-components=1' //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 @@ -19,7 +19,7 @@ pipeline { echo 'Installing Dependencies' sh 'cat /etc/os-release' sh 'sudo apk update' sh 'sudo apk add --no-cache yarn --repository="http://dl-cdn.alpinelinux.org/alpine/edge/community"' sh 'curl -sL https://unofficial-builds.nodejs.org/download/release/v14.17.6/node-v14.17.6-linux-x64-usdt.tar.xz | tar xz -C /usr/local --strip-components=1' //sh 'sudo apk add yarn' sh 'sudo apk upgrade nodejs' sh 'node -v' Loading