This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch quarkus-3.2LTS
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/quarkus-3.2LTS by this push:
new 9d50a86d0b CI: add push tokens into config
9d50a86d0b is described below
commit 9d50a86d0ba4b7a41c33ca96631ae7125de99712
Author: jstastny-cz <[email protected]>
AuthorDate: Fri Dec 1 11:53:44 2023 +0100
CI: add push tokens into config
---
.ci/jenkins/config/branch.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.ci/jenkins/config/branch.yaml b/.ci/jenkins/config/branch.yaml
index 560d15105c..d465d10d9b 100644
--- a/.ci/jenkins/config/branch.yaml
+++ b/.ci/jenkins/config/branch.yaml
@@ -48,9 +48,14 @@ git:
# Need to be verified
credentials_id: 399061d0-5ab5-4142-a186-a52081fef742
token_credentials_id: ci-builds
+ push:
+ credentials_id: 84811880-2025-45b6-a44c-2f33bef30ad2 # CI Push Access
for KIE
+ token_credentials_id: 41128c14-bb63-4708-9074-d20a318ee630 # GitHub
Personal Access Token for KIE
fork_author:
name: kie-ci
credentials_id: kie-ci
+ push:
+ credentials_id: kie-ci
quarkus:
author:
name: quarkusio
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]