1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00

Don't generate docu for xsDeploy from the source file

expected to be done using the metadata file.
This commit is contained in:
Marcus Holl 2019-12-16 09:20:15 +01:00
parent aefe9243e0
commit 264e783833

View File

@ -34,14 +34,6 @@ enum Action {
}
}
/**
* Performs an XS deployment
*
* In case of blue-green deployments the step is called for the deployment in the narrower sense
* and later again for resuming or aborting. In this case both calls needs to be performed from the
* same directory.
*/
@GenerateDocumentation
void call(Map parameters = [:]) {
handlePipelineStepErrors (stepName: STEP_NAME, stepParameters: parameters) {