UNPKG

393 BPlain TextView Raw
1library 'pipeline-library'
2
3buildNPMPackage {
4 // nodeVersion = '6.9.5'
5 // tags, publishes, updates JIRA only for master branch builds.
6 publishAsTagOnly = false // DOES NOT UPDATE 'latest' tag on NPM when published!
7 // records unit test and code coverage results
8 // does nsp/retire checks and uses custom warnings publisher parser to record warnings on Jenkins (not fortify server)
9}