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