This is an automated email from the ASF dual-hosted git repository.

tzimanyi pushed a commit to branch apache_migration
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git


The following commit(s) were added to refs/heads/apache_migration by this push:
     new 60bcd55f Fix CI references to kie-docs and kie-benchmarks (#1086)
60bcd55f is described below

commit 60bcd55f076ba4213da3539d935fea38247572e0
Author: Jan Stastny <[email protected]>
AuthorDate: Mon Sep 18 14:09:14 2023 +0200

    Fix CI references to kie-docs and kie-benchmarks (#1086)
    
    Co-authored-by: jstastny-cz <[email protected]>
---
 .ci/jenkins/config/branch.yaml | 4 ++--
 .ci/jenkins/config/main.yaml   | 4 ++--
 .ci/jenkins/dsl/jobs.groovy    | 2 +-
 README.md                      | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.ci/jenkins/config/branch.yaml b/.ci/jenkins/config/branch.yaml
index 9c6311db..e6f9b289 100644
--- a/.ci/jenkins/config/branch.yaml
+++ b/.ci/jenkins/config/branch.yaml
@@ -56,9 +56,9 @@ repositories:
   job_display_name: kogito-serverless-operator
 - name: incubator-kie-kogito-docs
   job_display_name: kogito-docs
-# - name: incubator-kie-kie-tools // Commented as this one will be treated at 
another time
+# - name: incubator-kie-tools // Commented as this one will be treated at 
another time
 #   job_display_name: kie-tools
-- name: incubator-kie-kie-docs
+- name: incubator-kie-docs
   job_display_name: kie-docs
   branch: main-kogito
 git:
diff --git a/.ci/jenkins/config/main.yaml b/.ci/jenkins/config/main.yaml
index f87abba8..19895b2c 100644
--- a/.ci/jenkins/config/main.yaml
+++ b/.ci/jenkins/config/main.yaml
@@ -12,12 +12,12 @@ ecosystem:
   #   ignore_release: true
   #   regexs:
   #   - kie-tools.*
-  #   - incubator-kie-kie-tools.*
+  #   - incubator-kie-tools.*
   - name: kie-docs
     ignore_release: true
     regexs:
     - kie-docs.*
-    - incubator-kie-kie-docs.*
+    - incubator-kie-docs.*
 git:
   branches:
   - name: apache_migration
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index fd561279..55ae43fc 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -205,7 +205,7 @@ void setupQuarkus3NightlyJob() {
     }
     // Commented as not migrated to Apache
     // KogitoJobUtils.createBuildChainIntegrationJob(this, 'quarkus-3', 
'kie-jpmml-integration', true) { script ->
-    //     def jobParams = JobParamsUtils.getDefaultJobParams(script, 
'incubator-kie-kie-jpmml-integration')
+    //     def jobParams = JobParamsUtils.getDefaultJobParams(script, 
'incubator-kie-jpmml-integration')
     //     jobParams.env.put('ADDITIONAL_TIMEOUT', '180')
     //     jobParams.env.put('BUILD_ENVIRONMENT_OPTIONS_CURRENT', 'rewrite 
push_changes')
     //     jobParams.env.put('INTEGRATION_BRANCH_CURRENT', '9.x')
diff --git a/README.md b/README.md
index dc071e71..d11695de 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Apart from this repository, pipelines are also concerning 
those repositories:
 * [kogito-examples](https://github.com/apache/incubator-kie-kogito-examples)
 * [kogito-images](https://github.com/apache/incubator-kie-kogito-images)
 * [kogito-operator](https://github.com/apache/incubator-kie-kogito-operator)
-* [kie-tools](https://github.com/apache/incubator-kie-kie-tools)
+* [kie-tools](https://github.com/apache/incubator-kie-tools)
 
 # The different Kogito pipelines
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to