Loading Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ pipeline { steps { echo 'Installing Dependencies' sh 'cat /etc/os-release' sh 'apk add yarn' sh 'sudo apk add yarn' sh 'yarn install' } } Loading Loading
Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ pipeline { steps { echo 'Installing Dependencies' sh 'cat /etc/os-release' sh 'apk add yarn' sh 'sudo apk add yarn' sh 'yarn install' } } Loading