You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-12-07 23:23:41 +02:00
542 B
542 B
${docGenStepName}
${docGenDescription}
Prerequisites
- prepared Postman with a test collection
${docGenParameters}
${docGenConfiguration}
Side effects
Step uses dockerExecute inside.
${docJenkinsPluginDependencies}
Exceptions
none
Example
Pipeline step:
newmanExecute script: this
This step should be used in combination with testsPublishResults:
newmanExecute script: this, failOnError: false
testsPublishResults script: this, junit: [pattern: '**/newman/TEST-*.xml']