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-operator.git


The following commit(s) were added to refs/heads/apache_migration by this push:
     new 43dad6fc Update `kiegroup` repository references to `apache` (#1528)
43dad6fc is described below

commit 43dad6fc8135781c358ba2aec0a901bf7076d0bb
Author: Tristan Radisson <[email protected]>
AuthorDate: Mon Sep 18 09:21:17 2023 +0200

    Update `kiegroup` repository references to `apache` (#1528)
---
 .ci/jenkins/Jenkinsfile                | 2 +-
 .ci/jenkins/dsl/jobs.groovy            | 9 ++-------
 .ci/jenkins/dsl/test.sh                | 2 +-
 .github/bot-files/comments.yml         | 2 +-
 .github/pull_request_template.md       | 4 ++--
 .github/workflows/jenkins-tests-PR.yml | 4 ++--
 6 files changed, 9 insertions(+), 14 deletions(-)

diff --git a/.ci/jenkins/Jenkinsfile b/.ci/jenkins/Jenkinsfile
index 84be0774..e6f1d6c9 100644
--- a/.ci/jenkins/Jenkinsfile
+++ b/.ci/jenkins/Jenkinsfile
@@ -32,7 +32,7 @@ pipeline {
 
                     sh ' git config --global user.email "[email protected]" '
                     sh ' git config --global user.name "kie user"'
-                    githubscm.checkoutIfExists('kogito-operator', 
changeAuthor, changeBranch, 'kiegroup', changeTarget, true, ['token' : 
'GITHUB_TOKEN', 'usernamePassword' : 'user-kie-ci10'])
+                    
githubscm.checkoutIfExists('incubator-kie-kogito-operator', changeAuthor, 
changeBranch, 'apache', changeTarget, true, ['token' : 'GITHUB_TOKEN', 
'usernamePassword' : 'user-kie-ci10'])
                     sh "set +x && oc login --token=\$(oc whoami -t) 
--server=${OPENSHIFT_API} --insecure-skip-tls-verify"
                 }
             }
diff --git a/.ci/jenkins/dsl/jobs.groovy b/.ci/jenkins/dsl/jobs.groovy
index 4a91b68f..fb4e54ae 100644
--- a/.ci/jenkins/dsl/jobs.groovy
+++ b/.ci/jenkins/dsl/jobs.groovy
@@ -2,10 +2,10 @@
 * This file is describing all the Jenkins jobs in the DSL format (see 
https://plugins.jenkins.io/job-dsl/)
 * needed by the Kogito pipelines.
 *
-* The main part of Jenkins job generation is defined into the 
https://github.com/kiegroup/kogito-pipelines repository.
+* The main part of Jenkins job generation is defined into the 
https://github.com/apache/incubator-kie-kogito-pipelines repository.
 *
 * This file is making use of shared libraries defined in
-* 
https://github.com/kiegroup/kogito-pipelines/tree/main/dsl/seed/src/main/groovy/org/kie/jenkins/jobdsl.
+* 
https://github.com/apache/incubator-kie-kogito-pipelines/tree/main/dsl/seed/src/main/groovy/org/kie/jenkins/jobdsl.
 */
 
 import org.kie.jenkins.jobdsl.model.JobType
@@ -42,7 +42,6 @@ void setupProfilingJob() {
     jobParams.env.putAll([
         JENKINS_EMAIL_CREDS_ID: "${JENKINS_EMAIL_CREDS_ID}",
 
-        REPO_NAME: 'kogito-operator',
         OPERATOR_IMAGE_NAME: 'kogito-operator-profiling',
         MAX_REGISTRY_RETRIES: 3,
         OPENSHIFT_API_KEY: 'OPENSHIFT_API',
@@ -63,7 +62,6 @@ void createSetupBranchJob() {
     JobParamsUtils.setupJobParamsAgentDockerBuilderImageConfiguration(this, 
jobParams)
     jobParams.env.putAll([
         JENKINS_EMAIL_CREDS_ID: "${JENKINS_EMAIL_CREDS_ID}",
-        REPO_NAME: 'kogito-operator',
         GIT_AUTHOR: "${GIT_AUTHOR_NAME}",
         AUTHOR_CREDS_ID: "${GIT_AUTHOR_CREDENTIALS_ID}",
         GITHUB_TOKEN_CREDS_ID: "${GIT_AUTHOR_TOKEN_CREDENTIALS_ID}",
@@ -165,7 +163,6 @@ void setupPromoteJob(JobType jobType) {
     jobParams.env.putAll([
         JENKINS_EMAIL_CREDS_ID: "${JENKINS_EMAIL_CREDS_ID}",
 
-        REPO_NAME: 'kogito-operator',
         MAX_REGISTRY_RETRIES: 3,
         OPENSHIFT_API_KEY: 'OPENSHIFT_API',
         OPENSHIFT_CREDS_KEY: 'OPENSHIFT_CREDS',
@@ -223,7 +220,6 @@ void setupExamplesImagesDeployJob(JobType jobType, String 
jobName = 'kogito-exam
     jobParams.env.putAll([
         JENKINS_EMAIL_CREDS_ID: "${JENKINS_EMAIL_CREDS_ID}",
 
-        REPO_NAME: 'kogito-operator',
         MAX_REGISTRY_RETRIES: 3,
         OPENSHIFT_API_KEY: 'OPENSHIFT_API',
         OPENSHIFT_CREDS_KEY: 'OPENSHIFT_CREDS',
@@ -288,7 +284,6 @@ void setupExamplesImagesPromoteJob(JobType jobType) {
     jobParams.env.putAll([
         JENKINS_EMAIL_CREDS_ID: "${JENKINS_EMAIL_CREDS_ID}",
 
-        REPO_NAME: 'kogito-operator',
         MAX_REGISTRY_RETRIES: 3,
         OPENSHIFT_API_KEY: 'OPENSHIFT_API',
         OPENSHIFT_CREDS_KEY: 'OPENSHIFT_CREDS',
diff --git a/.ci/jenkins/dsl/test.sh b/.ci/jenkins/dsl/test.sh
index ad8af34a..2d518eb9 100755
--- a/.ci/jenkins/dsl/test.sh
+++ b/.ci/jenkins/dsl/test.sh
@@ -1,6 +1,6 @@
 #!/bin/bash -e
 file=$(mktemp)
 # For more usage of the script, use ./test.sh -h
-curl -o ${file} 
https://raw.githubusercontent.com/kiegroup/kogito-pipelines/main/dsl/seed/scripts/seed_test.sh
+curl -o ${file} 
https://raw.githubusercontent.com/apache/incubator-kie-kogito-pipelines/main/dsl/seed/scripts/seed_test.sh
 chmod u+x ${file}
 ${file} $@
\ No newline at end of file
diff --git a/.github/bot-files/comments.yml b/.github/bot-files/comments.yml
index 7341f950..04db5ee1 100644
--- a/.github/bot-files/comments.yml
+++ b/.github/bot-files/comments.yml
@@ -2,7 +2,7 @@
 # for now you'll need to difine every comment here, in the future comments 
will be optional.
 # please see the example for the file below
 
-prFirstTimeContributor: Welcome to the Kogito Community!. Please make sure 
you've read the [contributors' 
guide](https://github.com/kiegroup/kogito-operator/blob/main/README.md#contributing-to-the-kogito-operator)
+prFirstTimeContributor: Welcome to the Kogito Community!. Please make sure 
you've read the [contributors' 
guide](https://github.com/apache/incubator-kie-kogito-operator/blob/main/README.md#contributing-to-the-kogito-operator)
 
 prCiTrigger: /jenkins test
 
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 69c2c346..87bb12ef 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -2,7 +2,7 @@ Many thanks for submitting your Pull Request :heart:!
 
 Please make sure your PR meets the following requirements:
 
-- [ ] You have read the [contributors' 
guide](https://github.com/kiegroup/kogito-operator/blob/main/README.md#contributing-to-the-kogito-operator)
+- [ ] You have read the [contributors' 
guide](https://github.com/apache/incubator-kie-kogito-operator/blob/main/README.md#contributing-to-the-kogito-operator)
 - [ ] Pull Request title is properly formatted: `[KOGITO-XYZ] Subject`
 - [ ] Pull Request contains a link to the JIRA issue
 - [ ] Pull Request contains a description of the issue
@@ -10,7 +10,7 @@ Please make sure your PR meets the following requirements:
 - [ ] Your feature/bug fix has a unit test that verifies it
 - [ ] You've ran `make before-pr` and everything is working accordingly
 - [ ] You've tested the new feature/bug fix in an actual OpenShift cluster
-- [ ] You've added a 
[RELEASE_NOTES.md](https://github.com/kiegroup/kogito-operator/blob/main/RELEASE_NOTES.md)
 entry regarding this change
+- [ ] You've added a 
[RELEASE_NOTES.md](https://github.com/apache/incubator-kie-kogito-operator/blob/main/RELEASE_NOTES.md)
 entry regarding this change
 
 <details>
 <summary>
diff --git a/.github/workflows/jenkins-tests-PR.yml 
b/.github/workflows/jenkins-tests-PR.yml
index bf3815cb..324a2deb 100644
--- a/.github/workflows/jenkins-tests-PR.yml
+++ b/.github/workflows/jenkins-tests-PR.yml
@@ -17,6 +17,6 @@ jobs:
     - name: DSL tests
       uses: kiegroup/kie-ci/.ci/actions/dsl-tests@main
       with:
-        main-config-file-repo: kiegroup/kogito-pipelines
+        main-config-file-repo: apache/incubator-kie-kogito-pipelines
         main-config-file-path: .ci/jenkins/config/main.yaml
-        branch-config-file-repo: kiegroup/kogito-pipelines
+        branch-config-file-repo: apache/incubator-kie-kogito-pipelines


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

Reply via email to