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
e70a3dd745
commit
084ad154d7
1 changed files with 3 additions and 2 deletions
5
.github/workflows/rt-workflow.yml
vendored
5
.github/workflows/rt-workflow.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Build and Publish to Artifactory
|
||||
name: OMRI - Build and Publish to Artifactory
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -35,7 +35,6 @@ jobs:
|
|||
with:
|
||||
version: 'latest'
|
||||
env:
|
||||
# JFrog platform url (for example: https://acme.jfrog.io)
|
||||
JF_URL: ${{ secrets.JF_URL }}
|
||||
|
||||
# Basic authentication credentials
|
||||
|
@ -51,6 +50,8 @@ jobs:
|
|||
jfrog mvn-config --repo-deploy-releases super-demo-libs-release --repo-deploy-snapshots super-demo-libs-snapshot --repo-resolve-releases super-demo-libs-release --repo-resolve-snapshots super-demo-libs-snapshot
|
||||
|
||||
- name: Publish build info to Artifactory
|
||||
env:
|
||||
JFROG_CLI_BUILD_NAME: omriz-pet-clinic
|
||||
run: |
|
||||
jfrog rt build-publish omriz-pet-clinic $GITHUB_RUN_NUMBER
|
||||
|
||||
|
|
Loading…
Reference in a new issue