With this PR and some future fixes, we should be at a good point for the UI
While continuing the work on optimizing the retrieval performance, I’ll continue working on other tasks
Week of university exams
Improving Tekton Client Plugin for Jenkins - Maeve Ho
Got the modernization task PR merged: #391, Tekton plugin can now run on Java 17 with the latest Jenkins version
Update all Github Actions workflows to match with the new version
WIP: Documenting existing features, analyzing current architecture for refactor, writing pros/cons analysis.
KS: Update to Java 21
Improving Plugin Modernizer - Raunak Madan
We are able to collect the pull request URL, pull request status, and check run information, if any PR is made via our CLI tool for the plugin modernization. #1062
The check (success or failure) and the status (open, closed, or merged) of the PR are updated dynamically via the GitHub Actions workflow on the metadata repository.
Extract the diff stats, i.e, (no. of additions, deletions, and changed files) after the plugin modernization. #1069
Fix bug to set the remote origin correctly to SSH of the forked repo when forking metadata #1063
Will now focus on the vetting process and validating the metadata changes so we merge only valid PRs.
Complete Build Retooling of Jenkins.io - Birajit Saikia