Loading Jenkinsfile +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ pipeline { stage ('Dependencies') { steps { echo 'Installing Dependencies' sh 'npm install -g yarn' sh 'yarn install' } } Loading Loading
Jenkinsfile +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ pipeline { stage ('Dependencies') { steps { echo 'Installing Dependencies' sh 'npm install -g yarn' sh 'yarn install' } } Loading