This is an automated email from the ASF dual-hosted git repository. ricardozanini pushed a commit to branch radtriste-fix-pipelines in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
commit 8dc696b92921a3d4ef77b359bd5823d56877580c Author: jstastny-cz <[email protected]> AuthorDate: Wed Nov 15 09:37:39 2023 +0100 set git config --- .ci/jenkins/Jenkinsfile.build-image | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/jenkins/Jenkinsfile.build-image b/.ci/jenkins/Jenkinsfile.build-image index 9c5aae68..3c867c0e 100644 --- a/.ci/jenkins/Jenkinsfile.build-image +++ b/.ci/jenkins/Jenkinsfile.build-image @@ -40,6 +40,7 @@ pipeline { checkout(githubscm.resolveRepository(getRepoName(), getSourceAuthor(), getSourceBranch(), false, getGitAuthorCredentialsId())) githubscm.prepareCommitStatusInformation(getRepoName(), getSourceAuthor(), getSourceBranch(), getGitAuthorCredentialsId()) } + githubscm.setUserConfig('robot', 'kie.apache.org') updateGithubCommitStatus('PENDING', 'Started') // Login to final registry if deploy is needed --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
