Skip to content

Commit

Permalink
Merge pull request #16 from ML-Leonardo/fb_build_pipeline
Browse files Browse the repository at this point in the history
Fb build pipeline
  • Loading branch information
Raghavendra Nerakh authored and GitHub Enterprise committed Oct 29, 2019
2 parents 2d90a3f + 2245c60 commit 448acc8
Show file tree
Hide file tree
Showing 7 changed files with 13,288 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
yarn.lock
package-lock.json
#package-lock.json
dist
.idea/
30 changes: 30 additions & 0 deletions .pipeline/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
general:
gitSshKeyCredentialsId: 'SSH_github'
scanType: 'npm'
verbose: true
whitesourceProductName: 'SHC - SAP RECAST CONVERSAT OD 2.0 1909'
whitesourceProductToken: 'b4b99b4630814344bbf6295ed290baa5ee11f01b8c2c4278b888ea18e5d8ac7a'
whitesourceUserTokenCredentialsId: 'Whitesource_UserKey'
steps:
setVersion:
buildTool: 'npm'
commitVersion: true
tagPrefix: ''
executeBuild:
xMakeShipmentType: 'indirectshipment'
executeCheckmarxScan:
checkmarxCredentialsId: 'CheckmarxUser'
checkmarxGroupId: '110ebc45-3f3b-45c4-a2d0-781ab3050045'
checkmarxProject: 'ML-CAI-webchat'
preset: '100154'
executeWhitesourceScan:
securityVulnerabilities: true
executePPMSComplianceCheck:
ppmsCredentialsId: 'PPMSCompliance'
ppmsID: '73555000100200012242'
ppmsChangeRequestUpload: true
writeInflux:
influxServer: 'jenkins'
wrapInNode: true
sendNotificationMail:
wrapInNode: true
Loading

0 comments on commit 448acc8

Please sign in to comment.