diff --git a/.ci/jenkins/Jenkinsfile.build-image b/.ci/jenkins/Jenkinsfile.build-image index 3c867c0ef..aa8202d60 100644 --- a/.ci/jenkins/Jenkinsfile.build-image +++ b/.ci/jenkins/Jenkinsfile.build-image @@ -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