mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
Merge branch 'master' into pr/alignMixinOrder
This commit is contained in:
commit
55ee41a23c
@ -81,6 +81,12 @@ def call(parameters = [:]) {
|
|||||||
.addIfEmpty('archivePath', script.commonPipelineEnvironment.getMtarFilePath())
|
.addIfEmpty('archivePath', script.commonPipelineEnvironment.getMtarFilePath())
|
||||||
.mixin(parameters, PARAMETER_KEYS)
|
.mixin(parameters, PARAMETER_KEYS)
|
||||||
.use()
|
.use()
|
||||||
|
|
||||||
|
utils.pushToSWA([
|
||||||
|
step: STEP_NAME,
|
||||||
|
stepParam1: configuration.deployMode == 'mta'?'mta':'war', // ['mta', 'warParams', 'warPropertiesFile']
|
||||||
|
stepParam2: configuration.warAction == 'rolling-update'?'blue-green':'standard' // ['deploy', 'deploy-mta', 'rolling-update']
|
||||||
|
], configuration)
|
||||||
|
|
||||||
def archivePath = configuration.archivePath
|
def archivePath = configuration.archivePath
|
||||||
if(archivePath?.trim()) {
|
if(archivePath?.trim()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user