Skip to content

Instantly share code, notes, and snippets.

@ainoya
Last active August 29, 2015 14:08
Show Gist options
  • Save ainoya/78971d4b1e2797a59af6 to your computer and use it in GitHub Desktop.
Save ainoya/78971d4b1e2797a59af6 to your computer and use it in GitHub Desktop.
sample
pipeline:
- stage_name: command_stage_1
command: echo "hello, world"
run_after:
- stage_name: command_stage_2_group_1
command: echo "hello, world, command_stage_2_group_1" && sleep 1
- stage_name: command_stage_3_group_1
command: echo "hello, world, command_stage_3_group_1"&& sleep 0.2
run_after:
- stage_name: command_stage_3_group_2
command: echo "hello, world, command_stage_3_group_2" && sleep 0.4
- stage_name: command_stage_4
command: echo "hello, world"
- stage_name: command_stage_5
command: echo "hello, world, command_stage_3_group_1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment