From aafda73f41d9387f9e8ffa67bac24f91680a8031 Mon Sep 17 00:00:00 2001 From: Marcus Holl Date: Thu, 6 May 2021 12:23:33 +0200 Subject: [PATCH] Let docu for cloudFoundryDeploy generate by go (#2605) Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com> --- vars/cloudFoundryDeploy.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/vars/cloudFoundryDeploy.groovy b/vars/cloudFoundryDeploy.groovy index 03d0c1808..b8042a6ad 100644 --- a/vars/cloudFoundryDeploy.groovy +++ b/vars/cloudFoundryDeploy.groovy @@ -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) {