We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629a1c3 commit a21a663Copy full SHA for a21a663
jenkins/deployment.groovy
@@ -65,7 +65,7 @@ node('built-in') {
65
sh 'node -v'
66
sh 'npm -v'
67
sh 'npm install -g yarn'
68
- sh 'yarn --ignore-scripts'
+ sh 'yarn'
69
}
70
} catch (e) {
71
wireSend secret: "$jenkinsbot_secret", message: "**Could not get build artifacts of ${version} from ${projectName}** see: ${JOB_URL}"
0 commit comments