-
Notifications
You must be signed in to change notification settings - Fork 209
[Schedule Type] manual
Olivier Clavel edited this page Nov 25, 2019
·
1 revision
Schedule a task to be run manually from the GUI or API
schecule_type: manual
nexus_scheduled_tasks:
- name: Execute custom script manually
typeId: script
taskProperties:
language: groovy
source: "# Groovy script content"
task_alert_email: [email protected]
schedule_type: manual