Skip to content

Commit

Permalink
Remove job name var
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Aug 8, 2023
1 parent db833c8 commit a45c4c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ pipeline {
steps {
withVault([configuration: configuration, vaultSecrets: secrets]) {
sh '''
export JOB_NAME="RedHatInsights-insights-chrome-frontend-pipeline-pr-check-master"
curl -sSL "${COMMON_BUILDER}/src/frontend-build.sh" > .frontend-build.sh
source ./.frontend-build.sh
BUILD_RESULTS=$?
Expand Down

0 comments on commit a45c4c0

Please sign in to comment.