diff --git a/screwdriver.yaml b/screwdriver.yaml index e75a8ba..04b05e9 100644 --- a/screwdriver.yaml +++ b/screwdriver.yaml @@ -13,3 +13,7 @@ jobs: requires: [ first-job ] steps: - echo: echo "this is second job." + third-job: + requires: [ second-job ] + steps: + - echo: echo "this is third job."