Skip to content

Commit 87b08c4

Browse files
author
clouless
committed
possible fix
1 parent dcfa23c commit 87b08c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ pipelineHelper.nodejsTemplate {
2727
stage('download dependencies') {
2828
if(doBuild) {
2929
dir('source') {
30-
sh 'NODE_TLS_REJECT_UNAUTHORIZED=0 yarn'
30+
sh 'echo "strict-ssl false" > ~/.yarnrc'
31+
sh 'yarn'
3132
}
3233
} else {
3334
echo 'Skipped'

0 commit comments

Comments
 (0)