Call sub-pipeline

children-pipeline: Other pipelines under the project can be called from the current pipeline

  • New stage

  • Select call pipeline plug-in, here select the call pipeline as [children-pipeline demo], and also execute synchronous and asynchronous calls, and fill in the variable parameters of the children-pipeline

  • Added shell script plugin, sleep 20s

  • children-pipeline demo, perform sleep 10 operations

  • Pipeline-execution, the call pipeline succeeds immediately after calling the children-pipeline, and then executes the next operation, while the children-pipeline demo asynchronously executes (if synchronous, waits for the children-pipeline to complete before executing the next operation).

Last updated