Loading Jenkinsfile +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,8 @@ pipeline { echo 'Installing Dependencies' sh 'cat /etc/os-release' sh 'sudo apk update' sh 'sudo apk add yarn' sh 'apk add --no-cache yarn --repository="http://dl-cdn.alpinelinux.org/alpine/edge/community' //sh 'sudo apk add yarn' sh 'sudo apk upgrade nodejs' sh 'node -v' sh 'yarn install' Loading Loading
Jenkinsfile +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,8 @@ pipeline { echo 'Installing Dependencies' sh 'cat /etc/os-release' sh 'sudo apk update' sh 'sudo apk add yarn' sh 'apk add --no-cache yarn --repository="http://dl-cdn.alpinelinux.org/alpine/edge/community' //sh 'sudo apk add yarn' sh 'sudo apk upgrade nodejs' sh 'node -v' sh 'yarn install' Loading