You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/smardigo/backup/script/create-awx-paramaters.groovy

14 lines
369 B
Groovy

def cluster_features = ['connect'] + execution.getVariable('connect-features')
def env = [
process_instance_id: execution.getProcessInstanceId(),
scope_id: contextScopeId,
smardigo_management_action: smardigoManagementAction,
stage: cluster.stage,
database_engine: databaseEngine,
]
if (binding.hasVariable('extraVariables')) {
env << extraVariables
}
env