jstastny-cz commented on code in PR #5519:
URL:
https://github.com/apache/incubator-kie-drools/pull/5519#discussion_r1328292952
##########
.ci/jenkins/project/Jenkinsfile.post-release:
##########
@@ -36,7 +36,7 @@ pipeline {
stage('Update drools version in drools-website') {
steps {
script {
- String droolsWebsiteRepository = 'drools-website'
+ String droolsWebsiteRepository =
'incubator-kie-drools-website'
Review Comment:
Website repos are being moved out to later phase.
##########
.ci/jenkins/config/branch.yaml:
##########
@@ -45,17 +45,25 @@ environments:
disable:
triggers: true # TODO to set back
repositories:
-- name: drools
-# - name: drools-website # not migrated yet
-- name: kie-benchmarks
+- name: incubator-kie-drools
+ job_display_name: drools
+# Not yet migrated to Apache
+# - name: incubator-kie-drools-website
+# job_display_name: drools-website
+- name: incubator-kie-kie-benchmarks
+ job_display_name: kie-benchmarks
Review Comment:
change author to default given we have now:
https://github.com/apache/incubator-kie-benchmarks/tree/apache_migration
and
https://github.com/apache/incubator-kie-benchmarks/pull/260
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]