Hi,
here is the current status for the KIE Tools CI migration from Github Actions to Apache Jenkins: We finally managed to get the full build of KIE Tools working on ASF Jenkins with all the tests passing. The build is running on a Docker container and for that we had to create a new Docker image that has Docker in Docker (DinD) capability which is required for running KIE Tools e2e tests. This image is currently stored on quay.io: quay.io/kie-tools/kie-tools-ci-build:ubuntu. There are still some intermittent timeout issues we are experiencing when running the build on ASF Jenkins. We are still investigating the reasons why they are happening because we haven't seen this issue when running the same job on our internal Jenkins. We also already migrated some other GitHub workflows to Jenkins: Check code formatting Check dependencies consistency CodeQL (still need to upload the results back to github) The epic with all the tasks for KIE tools CI migration can be found here: https://github.com/apache/incubator-kie-issues/issues/605 The migrated Jenkins jobs can be found here: https://ci-builds.apache.org/job/KIE/job/kie-tools/ Regards, Rodrigo Antunes