Guest User

Untitled

a guest
Jan 19th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. fortifyJavaVersion: '1.8',
  2. fortifyMemory: '-Xmx1G -Xms600M -Xss24M -mt',
  3. sourceDirectory: "${env.WORKSPACE}/dist",
  4. sourceExclusions: '',
  5. criticalThreshold: 0,
  6. fortifyMemory: '-Xmx6G -Xms2400M -Xss48M',
  7. highThreshold: 0,
  8. mediumThreshold: 1000,
  9. lowThreshold: 1000,
  10. fortifyVersion: '17.20',
  11. failBuildAfterThresholdPassed: true,
  12. archiveReports: true,
  13. uploadScan: false,
  14. sourceAnalyzerArgs: '',
  15. onlyNewIssues: true,
  16. outputFormatHtml: true,
  17. additionalIssueFilters: 'analysis:!Not an Issue'
  18. ])
  19. }
  20. }
Add Comment
Please, Sign In to add comment