Use different triggers in your pipeline

The Trigger mode is used by selecting different types of plug-ins under the trigger

  • Manual execution The default way to create a pipeline is manually executed, so simply add a stage Manual plug-in: manual execution pipeline. After the pipeline is established, click Save in the upper right corner and manually click the button of execution pipeline

  • Scheduled task Add the Timer plug-in and define crontab expressions

Because the Manual triggering mode is not selected, the "Execute" button cannot be clicked manually to execute the pipeline

Viewing the execution history, you can see that the pipeline automatically executes once per minute

  • Remote trigger Add a Remote plug-in -- This can be triggered remotely by executing commands Copy the example command. If the trigger has defined variables, the command line automatically generates an example with variable parameters

Run the curl command on the CLI

You can view the execution history of the pipeline

Last updated