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 'apk add --no-cache yarn --repository="http://dl-cdn.alpinelinux.org/alpine/edge/community"' sh 'sudo 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' 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 'apk add --no-cache yarn --repository="http://dl-cdn.alpinelinux.org/alpine/edge/community"' sh 'sudo 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' Loading