Browse Source

Update the repo URL

pull/4/head
Michael Jenkins 4 years ago
parent
commit
eae2ea59dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      03_01.md

+ 1
- 1
03_01.md View File

@ -14,7 +14,7 @@ Create a freestyle job and configure it as follows:
1. Under `Source Code Management`, select `Git` and enter the following URL: 1. Under `Source Code Management`, select `Git` and enter the following URL:
``` ```
https://github.com/managedkaos/apache-maven-hello-world
https://github.com/LinkedInLearning/learning-jenkins-3003221
``` ```
2. **MAKE SURE TO SET THE `Branch Specifier` to `*/03_01`**. 2. **MAKE SURE TO SET THE `Branch Specifier` to `*/03_01`**.
3. Add a build step using `Invoke Top-Level Maven Target`. 3. Add a build step using `Invoke Top-Level Maven Target`.


Loading…
Cancel
Save