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/pmci/script/create-awx-paramaters.groovy

11 lines
266 B
Groovy

def env = [
stage: envStage,
scope_id: contextScopeId,
process_instance_id: execution.getProcessInstanceId(),
smardigo_management_action: smardigoManagementAction,
tenant: tenant
]
if (binding.hasVariable('extraVariables')) {
env << extraVariables
}
env