-
Notifications
You must be signed in to change notification settings - Fork 209
[Task Type] Admin | Execute script
Olivier Clavel edited this page Nov 25, 2019
·
2 revisions
Name of task type (in GUI): Admin - Execute script
typeId: script
taskProperties:
language:
type: string
description: Script language (no choice actually only groovy available)
default: groovy
source:
type: string
description: Content of the script
nexus_scheduled_tasks:
- name: Execute custom script
typeId: script
taskProperties:
language: groovy
source: "# Groovy script content"
task_alert_email: [email protected]
schedule_type: manual