diff --git a/11-pipeline-job.md b/11-pipeline-job.md index 1641b97..da25b64 100644 --- a/11-pipeline-job.md +++ b/11-pipeline-job.md @@ -11,6 +11,9 @@ 7. Create a new branch named `bugfix` and push it to the remote repository. The code should be based off of `master`. 8. Select "Scan Multibranch Pipeline Now". The job should build the new branch. +
Show Solution +

+ The created credentials required for the job. ![Credentials](./images/11-pipeline-job/credentials.png) @@ -105,4 +108,7 @@ To github.com:bmuschko/todo-spring-boot.git After scanning the repository, the new branch will be available and was triggered to build automatically. -![Bugfix Branch](./images/11-pipeline-job/bugfix-branch.png) \ No newline at end of file +![Bugfix Branch](./images/11-pipeline-job/bugfix-branch.png) + +

+
\ No newline at end of file