Write up description and add images

This commit is contained in:
Benjamin Muschko
2019-07-18 10:13:44 -06:00
parent 9afa363019
commit 6d74f9f9cb

View File

@@ -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`. 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. 8. Select "Scan Multibranch Pipeline Now". The job should build the new branch.
<details><summary>Show Solution</summary>
<p>
The created credentials required for the job. The created credentials required for the job.
![Credentials](./images/11-pipeline-job/credentials.png) ![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. 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) ![Bugfix Branch](./images/11-pipeline-job/bugfix-branch.png)
</p>
</details>