adding notes

This commit is contained in:
Jesse Houldsworth 2025-03-14 16:04:59 -07:00
parent d277b13f19
commit 8a57ffa71f

View file

@ -53,7 +53,7 @@ jobs:
# 5) Verify JFrog connection # 5) Verify JFrog connection
################################################# #################################################
- name: ping jfrog - name: ping jfrog
run: jf rt ping # Verify connectivity to JFrog Artifactory run: jf rt ping
################################################# #################################################
# 6) Configure Maven to use JFrog as a repository # 6) Configure Maven to use JFrog as a repository
@ -68,9 +68,9 @@ jobs:
- name: Maven Build With JFrog CLI - name: Maven Build With JFrog CLI
run: | run: |
jf mvn clean install \ jf mvn clean install \
-DskipTests=true -Denforcer.skip=true \ # Skip tests & enforce Maven rules -DskipTests=true -Denforcer.skip=true \
--build-name="spring-petclinic" \ # Set JFrog build name --build-name="spring-petclinic" \
--build-number="${{ github.run_id }}" # Use GitHub Actions run ID as build number --build-number="${{ github.run_id }}"
################################################# #################################################
# 8) Build Docker Image # 8) Build Docker Image