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 'cat /etc/os-release' sh 'apt install 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 'cat /etc/os-release' sh 'apt install yarn' sh 'yarn install' } Loading