mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +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
|
||||
#################################################
|
||||
- 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
|
||||
|
@ -68,9 +68,9 @@ jobs:
|
|||
- name: Maven Build With JFrog CLI
|
||||
run: |
|
||||
jf mvn clean install \
|
||||
-DskipTests=true -Denforcer.skip=true \ # Skip tests & enforce Maven rules
|
||||
--build-name="spring-petclinic" \ # Set JFrog build name
|
||||
--build-number="${{ github.run_id }}" # Use GitHub Actions run ID as build number
|
||||
-DskipTests=true -Denforcer.skip=true \
|
||||
--build-name="spring-petclinic" \
|
||||
--build-number="${{ github.run_id }}"
|
||||
|
||||
#################################################
|
||||
# 8) Build Docker Image
|
||||
|
|
Loading…
Reference in a new issue