Skip to content

Commit

Permalink
possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clouless committed Mar 14, 2018
1 parent dcfa23c commit 87b08c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ pipelineHelper.nodejsTemplate {
stage('download dependencies') {
if(doBuild) {
dir('source') {
sh 'NODE_TLS_REJECT_UNAUTHORIZED=0 yarn'
sh 'echo "strict-ssl false" > ~/.yarnrc'
sh 'yarn'
}
} else {
echo 'Skipped'
Expand Down

0 comments on commit 87b08c4

Please sign in to comment.