Skip to content

Commit

Permalink
added CSP for report
Browse files Browse the repository at this point in the history
  • Loading branch information
Gopal Saini committed Nov 16, 2018
1 parent 1287854 commit 1404762
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ pipeline {
docker { image 'node:10.13' }
}

options {
// Only keep the 10 most recent builds
buildDiscarder(logRotator(numToKeepStr:'5'))
}

environment {
DISABLE_AUTH = 'true'
DB_ENGINE = 'sqlite'
Expand Down

0 comments on commit 1404762

Please sign in to comment.