1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-06-06 23:36:34 +02:00
sap-jenkins-library/documentation/docs/steps/whitesourceExecuteScan.md

28 lines
573 B
Markdown
Raw Normal View History

2019-03-08 12:33:31 +01:00
# whitesourceExecuteScan
## Description
2019-03-08 13:56:07 +01:00
Content here is generated from corresponding step, see `vars`.
2019-03-08 12:33:31 +01:00
## Prerequisites
2019-03-08 13:56:07 +01:00
None
2019-03-08 12:33:31 +01:00
2019-03-08 13:56:07 +01:00
## Parameters
2019-03-08 12:33:31 +01:00
2019-03-08 13:56:07 +01:00
Content here is generated from corresponding step, see `vars`.
2019-03-08 12:33:31 +01:00
## Step configuration
2019-03-08 13:56:07 +01:00
Content here is generated from corresponding step, see `vars`.
2019-03-08 12:33:31 +01:00
## Exceptions
2019-03-08 13:56:07 +01:00
None
2019-03-08 12:33:31 +01:00
## Examples
2019-03-08 13:56:07 +01:00
```groovy
whitesourceExecuteScan script: this, scanType: 'pip', productName: 'My Whitesource Product', userTokenCredentialsId: 'companyAdminToken', orgAdminUserTokenCredentialsId: 'orgAdmiToken', orgToken: 'myWhitesourceOrganizationToken'
```