This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch radtriste-fix-pipelines
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
The following commit(s) were added to refs/heads/radtriste-fix-pipelines by
this push:
new 798a845e set git config
798a845e is described below
commit 798a845ea80636865ad91e1be0a3ae78814336b8
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]