Capitalize words in titles

This commit is contained in:
Benjamin Muschko
2019-07-28 11:27:26 +02:00
parent 3b51cbc782
commit f809a2d80a
11 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
# Key CI/CD/Jenkins Concepts and their Usage
## Storing and fingerprinting artifacts
## Storing and Fingerprinting Artifacts
1. Create a post-build action for archiving JAR file with the pattern `build/libs/*.jar`.
2. Execute the build. The build should list the artifact `gradle-initializr-1.0.0.jar`.