From 264e7838338a5bbf916bba1ab9fd0c8c3d960724 Mon Sep 17 00:00:00 2001 From: Marcus Holl Date: Mon, 16 Dec 2019 09:20:15 +0100 Subject: [PATCH] Don't generate docu for xsDeploy from the source file expected to be done using the metadata file. --- vars/xsDeploy.groovy | 8 -------- 1 file changed, 8 deletions(-) diff --git a/vars/xsDeploy.groovy b/vars/xsDeploy.groovy index 6cf3db0cd..4548d8a22 100644 --- a/vars/xsDeploy.groovy +++ b/vars/xsDeploy.groovy @@ -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) {