Let docu for cloudFoundryDeploy generate by go (#2605)

Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
This commit is contained in:
Marcus Holl
2021-05-06 12:23:33 +02:00
committed by GitHub
co-authored by Oliver Nocon
parent 1cbc40f3d0
commit aafda73f41
-2
View File
@@ -1,7 +1,6 @@
import com.sap.piper.BashUtils
import com.sap.piper.CfManifestUtils
import com.sap.piper.ConfigurationHelper
import com.sap.piper.GenerateDocumentation
import com.sap.piper.JenkinsUtils
import com.sap.piper.Utils
import groovy.transform.Field
@@ -189,7 +188,6 @@ import static com.sap.piper.Prerequisites.checkScript
/**
* Deploys an application to a test or production space within Cloud Foundry.
*/
@GenerateDocumentation
void call(Map parameters = [:]) {
handlePipelineStepErrors (stepName: STEP_NAME, stepParameters: parameters) {