Skip to content

Commit

Permalink
replace checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tiloKo committed Apr 16, 2024
1 parent c1a2f5a commit ad614f6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions vars/abapEnvironmentPipelineStageInitialChecks.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import static com.sap.piper.Prerequisites.checkScript
@Field String STEP_NAME = getClass().getName()
@Field Set GENERAL_CONFIG_KEYS = []
@Field STAGE_STEP_KEYS = [
'abapAddonAssemblyKitCheckPV',
'abapAddonAssemblyKitCheckCVs'
'abapAddonAssemblyKitCheck',
'abapAddonAssemblyKitReserveNextPackages'
]
@Field Set STEP_CONFIG_KEYS = GENERAL_CONFIG_KEYS.plus(STAGE_STEP_KEYS)
@Field Set PARAMETER_KEYS = STEP_CONFIG_KEYS
Expand All @@ -19,8 +19,7 @@ void call(Map parameters = [:]) {
def stageName = parameters.stageName?:env.STAGE_NAME

piperStageWrapper (script: script, stageName: stageName, stashContent: [], stageLocking: false) {
abapAddonAssemblyKitCheckPV script: parameters.script
abapAddonAssemblyKitCheckCVs script: parameters.script
abapAddonAssemblyKitCheck script: parameters.script
abapAddonAssemblyKitReserveNextPackages script: parameters.script
}

Expand Down

0 comments on commit ad614f6

Please sign in to comment.