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

github-bot pushed a change to branch 
dependabot/maven/jenkins-pipeline-shared-libraries/ch.qos.logback-logback-classic-1.2.13
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git


 discard 8fb6e5b5 build(deps): bump ch.qos.logback:logback-classic
     add c17c50e8 kie-issues#747: tweak CI image docker startup (#1140)
     add f923878d kie-issues#632: fix kogito-images jenkins pipelines (#1129)
     add ebcf2cc6 kie-issues#752: kogito-ci-build start docker in background 
(#1141)
     add 80324d2d kie-issues#749: install jq in kogito-ci-build (#1142)
     add a3c3524a Remove set -e from scripts sourced from .bashrc (#1143)
     add 59bbe619 kie-issues#760: disableDeferredWipeout in util.cleanNode 
(#1144)
     add ab1316a8 kie-issues#764: fix push for root jobs (#1145)
     add da780951 kie-issues#767: set user config for git (#1146)
     add c15cc702 Add release branch 1.45.x after cut-off
     add cfc00ab3 kie-issues#771: fix pullrequest.getAuthorAndRepoForPr() 
method (#1148)
     add 9f348f1c NO-ISSUE: bump maven version (#1152)
     add 7159a66f kie-issues_751: switch to use different token_credentials_id 
(#1150)
     add 884ba23e [main] DSL: Remove branch quarkus-3.2LTS (#1153)
     add 09b8c859 [main] DSL: Remove branch 1.45.x (#1154)
     add e83a2b07 Setup docs on current pipelines (#1058)
     add a8bfd90b [kie-issues#784] Remove unneded environment CI 
configurations. (#1156)
     add 5e6b9b3b Update image ENV vars to fix GO_PATH (#1151)
     add 8b5f261f Add ansible to the kogito-ci-image (#1159)
     add 83891936 kie-issues#763: Adjust CI configuration for maven projects 
unifying on project.version 10 (#1157)
     add d66f903f Add release branch 9.9.x after cut-off
     add 041647b9 Update .asf.yaml to enable GitHub Issues (#1120)
     add e633caab kie-kogito-serverless-operator-360: Nightly deploy job fails 
(#1161)
     add 1ece2d5a kie-issues#768 - Use Github CLI instead of hub CLI in jenkins 
shared libraries (#1158)
     add c79064d1 kie-issues#821: Kogito-apps and Kogito-runtimes weekly jobs 
(#1166)
     add 43ec3ec4 build(deps): bump ch.qos.logback:logback-classic

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8fb6e5b5)
            \
             N -- N -- N   
refs/heads/dependabot/maven/jenkins-pipeline-shared-libraries/ch.qos.logback-logback-classic-1.2.13
 (43ec3ec4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |   3 +
 .ci/jenkins/Jenkinsfile.build-kogito-ci-image      |  15 +-
 .ci/jenkins/Jenkinsfile.weekly                     | 193 ++++++++++++++++++
 .ci/jenkins/config/branch.yaml                     |  32 +--
 .ci/jenkins/config/main.yaml                       |  11 +-
 .ci/jenkins/dsl/jobs.groovy                        |  67 ++-----
 .../org/kie/jenkins/JenkinsfileNightly.groovy      |  17 +-
 .ci/project-dependencies.yaml                      |  48 +----
 .github/workflows/jenkins-dsl-downstream.yml       |   6 +-
 .github/workflows/jenkins-tests.yml                |   8 +-
 .github/workflows/pr-backporting.yml               |   4 +-
 apache-nodes/Dockerfile.kogito-ci-build            |  45 ++++-
 apache-nodes/entrypoint.sh                         |  10 +-
 apache-nodes/start-docker.sh                       |  27 +--
 apache-nodes/wait-for-docker.sh                    |   4 +
 .../{start-docker.sh => wait-for-process.sh}       |  16 +-
 docs/current_pipelines.md                          | 215 +++++++++++++++++++++
 docs/nightly pipeline.md                           |  25 ---
 docs/release checklist.md                          |   6 +-
 dsl/scripts/pr_check.groovy                        |   5 +-
 dsl/seed/jenkinsfiles/Jenkinsfile.buildchain       |   1 +
 dsl/seed/jenkinsfiles/Jenkinsfile.release.prepare  |  49 +----
 dsl/seed/jenkinsfiles/Jenkinsfile.remove.branches  |   1 +
 dsl/seed/jenkinsfiles/Jenkinsfile.seed.main        |   2 +
 .../jenkinsfiles/Jenkinsfile.tools.toggle-triggers |   1 +
 .../Jenkinsfile.update-dependency-version          |   1 +
 .../Jenkinsfile.update-quarkus-platform            |   1 +
 .../Jenkinsfile.update-quarkus-version             |   1 +
 dsl/seed/jobs/root_jobs.groovy                     |   2 +
 .../kie/jenkins/jobdsl/KogitoJobTemplate.groovy    |   6 +-
 .../groovy/org/kie/jenkins/jobdsl/Utils.groovy     |   4 +
 jenkins-pipeline-shared-libraries/pom.xml          |   2 +-
 .../test/vars/GithubScmSpec.groovy                 |  87 +++++----
 .../test/vars/PullRequestSpec.groovy               |  12 ++
 .../test/vars/UtilSpec.groovy                      |   6 +-
 .../vars/githubscm.groovy                          |  36 ++--
 .../vars/pullrequest.groovy                        |  11 +-
 jenkins-pipeline-shared-libraries/vars/util.groovy |  10 +-
 38 files changed, 643 insertions(+), 347 deletions(-)
 create mode 100644 .asf.yaml
 create mode 100644 .ci/jenkins/Jenkinsfile.weekly
 create mode 100644 apache-nodes/wait-for-docker.sh
 copy apache-nodes/{start-docker.sh => wait-for-process.sh} (62%)
 mode change 100755 => 100644
 create mode 100644 docs/current_pipelines.md


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

Reply via email to