Skip to content

Commit

Permalink
set global config
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Nov 15, 2023
1 parent 798a845 commit f87b03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.build-image
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pipeline {
checkout(githubscm.resolveRepository(getRepoName(), getSourceAuthor(), getSourceBranch(), false, getGitAuthorCredentialsId()))
githubscm.prepareCommitStatusInformation(getRepoName(), getSourceAuthor(), getSourceBranch(), getGitAuthorCredentialsId())
}
githubscm.setUserConfig('robot', 'kie.apache.org')
githubscm.setUserConfig('robot', 'kie.apache.org', true)
updateGithubCommitStatus('PENDING', 'Started')

// Login to final registry if deploy is needed
Expand Down

0 comments on commit f87b03e

Please sign in to comment.