Clarify some details

This commit is contained in:
Benjamin Muschko
2019-11-18 17:11:32 -07:00
parent 248499c8f6
commit 57896f0303
17 changed files with 82 additions and 40 deletions

View File

@@ -8,7 +8,7 @@ You will enhance the existing job to generate a JAR file and store it on Jenkins
2. Execute the build. The build should list the artifact `gradle-initializr-1.0.0.jar`.
3. Have a look at the recorded fingerprints of this build.
4. Render the MD5 hash of the artifact and the usage of the artifact.
5. Install the Copy Artifacts plugin.
5. Install the [Copy Artifacts plugin](https://plugins.jenkins.io/copyartifact).
6. Create a downstream job named `consumer`.
7. Configure the downstream job to use the artifact produced by the upstream job.
8. Run the the build for the job `gradle-initializr`.

View File

@@ -12,7 +12,7 @@ Have a look at the details of the fingerprinting.
![Fingerprint Details](./images/fingerprint-details.png)
Install the Copy Artifacts plugin.
Install the Copy Artifacts plugin from the Plugin Manager page.
![Copy Artifacts Plugin](./images/copy-artifacts-plugin.png)