From f4e0d5cc86b90a9aaff230728b0f27dc622750f4 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 7 Oct 2021 20:24:21 -0700 Subject: [PATCH] Update MAC_LINUX_DOCKER.md --- MAC_LINUX_DOCKER.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/MAC_LINUX_DOCKER.md b/MAC_LINUX_DOCKER.md index 0f98e3d..c6a857a 100644 --- a/MAC_LINUX_DOCKER.md +++ b/MAC_LINUX_DOCKER.md @@ -13,18 +13,18 @@ Give your Maven installation a name and check the option to `Install automatical Create a freestyle job and configure it as follows: 1. Under `Source Code Management`, select `Git` and enter the following URL: -``` -https://github.com/managedkaos/apache-maven-hello-world -``` -2. **MAKE SURE TO SET THE `Branch Specifier` to `*/03_01`**. -3. Add a build step using `Invoke Top-Level Maven Target`. -4. Select the Maven version you configured in the previous step. -5. For the goal, enter `package`. -6. Add a build step using the `Execute shell` build step and enter: -``` -java -cp target/hello-1.0-SNAPSHOT.jar com.learningjenkins.App -``` -7. Save the job and start the build. + ``` + https://github.com/managedkaos/apache-maven-hello-world + ``` +1. **MAKE SURE TO SET THE `Branch Specifier` to `*/03_01`**. +1. Add a build step using `Invoke Top-Level Maven Target`. +1. Select the Maven version you configured in the previous step. +1. For the goal, enter `package`. +1. Add a build step using the `Execute shell` build step and enter: + ``` + java -cp target/hello-1.0-SNAPSHOT.jar com.learningjenkins.App + ``` +1. Save the job and start the build. ## Troubleshooting Errors ```