Skip to content

[Schedule Type] manual

Olivier Clavel edited this page Nov 25, 2019 · 1 revision

Description

Schedule a task to be run manually from the GUI or API

Related settings description

schecule_type: manual

Example usage (for a simple script task type)

nexus_scheduled_tasks:
  - name: Execute custom script manually
    typeId: script
    taskProperties:
      language: groovy
      source: "# Groovy script content"
    task_alert_email: alert@somewhere.info
    schedule_type: manual
Clone this wiki locally