Skip to content

Commit

Permalink
KOGITO-9671 Remove bot account usage
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Aug 2, 2023
1 parent f35559b commit e8d9f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .ci/jenkins/config/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ git:
name: kiegroup
credentials_id: kie-ci4
token_credentials_id: kie-ci4-token
bot_author:
name: bsig-gh-bot
credentials_id: bsig-gh-bot
fork_author:
name: kie-ci
credentials_id: kie-ci
Expand Down
4 changes: 2 additions & 2 deletions .ci/jenkins/project/Jenkinsfile.post-release
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pipeline {

DROOLS_CI_EMAIL_TO = credentials("${JENKINS_EMAIL_CREDS_ID}")

BOT_BRANCH_HASH = "${util.generateHash(10)}"
PR_BRANCH_HASH = "${util.generateHash(10)}"
}

stages {
Expand All @@ -46,7 +46,7 @@ pipeline {
script {
String droolsWebsiteRepository = 'drools-website'
String prLink = null
String prBranchName = "${getProjectVersion().toLowerCase()}-${env.BOT_BRANCH_HASH}"
String prBranchName = "${getProjectVersion().toLowerCase()}-${env.PR_BRANCH_HASH}"
dir(droolsWebsiteRepository) {
checkoutRepo(droolsWebsiteRepository, getBuildBranch()) // there is no other branch
githubscm.createBranch(prBranchName)
Expand Down

0 comments on commit e8d9f90

Please sign in to comment.