From e7a0b3013cb6ac453389376d3b8c8390ead2e3a7 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Tue, 24 Oct 2023 11:50:15 +0200 Subject: [PATCH] Added Print Build Info to Release Train step [skip ci] --- .github/workflows/common.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index de34376f..0e35e7cf 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -772,6 +772,10 @@ jobs: ./configure-jfrog.sh ${{ needs.parameters.outputs.build_version_type }} echo JFROG_CLI_BUILD_NAME=stream-apps-main-release >> $GITHUB_ENV echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV + - name: Print Build Info + run: | + echo "::notice ::JFROG_CLI_BUILD_NAME=$JFROG_CLI_BUILD_NAME" + echo "::notice ::JFROG_CLI_BUILD_NUMBER=$JFROG_CLI_BUILD_NUMBER" - name: 'Build: stream-applications-release-train' shell: bash timeout-minutes: 30