Deven Phillips
2018-06-13 a8799756895fad4a836f0ca82eb5be7a9408dc93
Fixed typo with reference to wrong build project name
1 files modified
2 ■■■ changed files
exercises/2-attack-of-the-pipelines/README.md 2 ●●● patch | view | raw | blame | history
exercises/2-attack-of-the-pipelines/README.md
@@ -493,7 +493,7 @@
![git-publisher](../images/exercise2/git-publisher.png)
5. Finally; add the trigger for the next job in the pipeline. This is to trigger the bake job with the current build tag. Add another post-build action from the dropdown called `Trigger parameterized build on other projects`.
    * Set the project to build to be `dev-todolist-fe-bake`
    * Set the project to build to be `dev-todolist-fe-build`
    * Set the condition to be `Stable or unstable but not failed`.
    * Click Add Parameters dropdown and select Predefined parameters.
    * In the box, insert our BUILD_TAG as follows