mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Add github action yaml 00
This commit is contained in:
parent
5e67e7da47
commit
133ea999ae
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rt-workflow.yml
vendored
4
.github/workflows/rt-workflow.yml
vendored
|
@ -47,12 +47,12 @@ jobs:
|
||||||
env:
|
env:
|
||||||
JFROG_CLI_BUILD_NAME: omriz-pet-clinic
|
JFROG_CLI_BUILD_NAME: omriz-pet-clinic
|
||||||
run: |
|
run: |
|
||||||
jfrog mvn clean install -DskipTests --build-name=omri-demo-petclinic --build-number=$GITHUB_RUN_NUMBER -Dartifactory.publish.artifacts=true
|
jfrog mvn clean install -DskipTests --build-name=omriz-pet-clinic --build-number=$GITHUB_RUN_NUMBER -Dartifactory.publish.artifacts=true
|
||||||
- name: Publish build info to Artifactory
|
- name: Publish build info to Artifactory
|
||||||
env:
|
env:
|
||||||
JFROG_CLI_BUILD_NAME: omriz-pet-clinic
|
JFROG_CLI_BUILD_NAME: omriz-pet-clinic
|
||||||
run: |
|
run: |
|
||||||
jfrog rt build-collect-env "omri-demo-petclinic" "$GITHUB_RUN_NUMBER"
|
jfrog rt build-collect-env "omriz-pet-clinic" "$GITHUB_RUN_NUMBER"
|
||||||
jfrog rt build-publish omriz-pet-clinic $GITHUB_RUN_NUMBER
|
jfrog rt build-publish omriz-pet-clinic $GITHUB_RUN_NUMBER
|
||||||
- name: Xray Scan Build
|
- name: Xray Scan Build
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue