1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-06 04:13:55 +02:00

Merge pull request #444 from SAP/fix/doc

fix documentation
This commit is contained in:
weloli 2019-01-17 13:33:49 +01:00 committed by GitHub
commit 58a1d9eb15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,11 @@ Pipeline step:
newmanExecute script: this
```
This step should be used in combination with `publishTestResults`:
This step should be used in combination with `testsPublishResults`:
```groovy
newmanExecute script: this, failOnError: false
publishTestResults script: this, junit: [pattern: '**/newman/TEST-newman.xml']
testsPublishResults script: this, junit: [pattern: '**/newman/TEST-*.xml']
```
## Parameters