mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
Let docu for cloudFoundryDeploy generate by go (#2605)
Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
This commit is contained in:
co-authored by
Oliver Nocon
parent
1cbc40f3d0
commit
aafda73f41
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user