Skip to content

Commit

Permalink
Change Ibutsu job_name and set build_url for jenkins pr-checks (#5380)
Browse files Browse the repository at this point in the history
* Change JOB_NAME for jenkins pr-checks

* Add build url

* fix typo
  • Loading branch information
esebesto authored Nov 13, 2024
1 parent 3fdbbd3 commit 226a3e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ pipeline {
ARTIFACTS_DIR="${WORKSPACE}/artifacts"

IQE_PLUGINS="cost_management"
IQE_ENV_VARS="JOB_NAME=${JOB_NAME},BUILD_NUMBER=${BUILD_NUMBER}"
BUILD_URL="https://ci.ext.devshift.net/job/koku-pipeline-pr-check-main/${BUILD_NUMBER}/"
IQE_ENV_VARS="JOB_NAME=koku-ci-jenkins,BUILD_NUMBER=${BUILD_NUMBER},BUILD_URL=${BUILD_URL}"

GITHUB_API_ROOT='https://api.github.com/repos/project-koku/koku'
CICD_URL="https://raw.githubusercontent.com/RedHatInsights/cicd-tools/main"
Expand Down

0 comments on commit 226a3e1

Please sign in to comment.