Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sharathwe45 committed May 4, 2020
1 parent 0bff575 commit 78b00e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node{

stage('NpmAudit'){
sh 'npm audit --json >> audit-report.json | true'
archiveArtifacts allowEmptyArchive: true, artifacts: '**/audit-report.json', onlyIfSuccessful: true
Expand Down

0 comments on commit 78b00e3

Please sign in to comment.