mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-10 19:12:47 +00:00
adding notes
This commit is contained in:
parent
d277b13f19
commit
8a57ffa71f
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci-pipeline.yml
vendored
8
.github/workflows/ci-pipeline.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue