mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Export the build name and build nuber
This commit is contained in:
parent
4ead845cc2
commit
01c9979df6
1 changed files with 8 additions and 0 deletions
8
.github/workflows/maven-build.yml
vendored
8
.github/workflows/maven-build.yml
vendored
|
@ -56,6 +56,14 @@ jobs:
|
|||
# JFrog organization secret
|
||||
JFROG_CLI_BUILD_NUMBER : ${{ github.run_number }}
|
||||
run: |
|
||||
# Push Docker Image to Artifactory
|
||||
jf docker push ${{ env.IMAGE_NAME }}
|
||||
# Export the build name and build nuber
|
||||
# Collect environment variables for the build
|
||||
jf rt build-collect-env
|
||||
# Collect VCS details from git and add them to the build
|
||||
jf rt build-add-git
|
||||
# Publish build info
|
||||
jf rt build-publish
|
||||
|
||||
|
Loading…
Reference in a new issue