From 01c9979df6a35012e0416b1afb4c9ff82ecef72d Mon Sep 17 00:00:00 2001 From: Dan Alima Date: Sun, 31 Dec 2023 14:22:27 +0200 Subject: [PATCH] Export the build name and build nuber --- .github/workflows/maven-build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 476086284..3fca75777 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -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 \ No newline at end of file