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

12 lines
289 B
Groovy

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