Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-dev-llm Commit: 066732e7a0972260153d39a8a32ff6620b7316f3 https://github.com/xwiki/xwiki-dev-llm/commit/066732e7a0972260153d39a8a32ff6... Author: Vincent Massol <[email protected]> Date: 2026-09-12 (Sat, 12 Sep 2026) Changed paths: M xwiki/okf/servers/jenkins.md A xwiki/scripts/jenkins.mjs M xwiki/skills/xwiki-release-test-triage/tools/triage.mjs Log Message: ----------- [Misc] Share the Jenkins client between skills, and fix the revision it reads * Extract job addressing, build listing, test reports and revision resolution out of xwiki-release-test-triage's triage.mjs into xwiki/scripts/jenkins.mjs, so that the traps making each of them subtle are written down once and fixed once for every consumer. * Fix which revision a build is reported to have run. Every build carries two lastBuiltRevision actions, because every job checks out the shared xwiki-jenkins-pipeline library alongside the project. triage.mjs selected on the branch name and the library is itself built from master, so on --branch master it returned the library's constant SHA for every repo, and the "commits behind the branch" figure derived from it was meaningless. Select on remoteUrls instead. * Record that trap in okf/servers/jenkins.md, which previously pointed at lastBuiltRevision without saying which of the two to take. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> Commit: 1bcb23bea526aa4bc48c359c697a4e9783d1ed5d https://github.com/xwiki/xwiki-dev-llm/commit/1bcb23bea526aa4bc48c359c697a4e... Author: Vincent Massol <[email protected]> Date: 2026-09-12 (Sat, 12 Sep 2026) Changed paths: M xwiki/okf/servers/jenkins.md A xwiki/scripts/jenkins.mjs M xwiki/skills/xwiki-release-test-triage/tools/triage.mjs Log Message: ----------- Merge pull request #135 from xwiki/ci-jenkins-shared-layer [Misc] Share the Jenkins client between skills, and fix the revision it reads Compare: https://github.com/xwiki/xwiki-dev-llm/compare/6d217c6e9154...1bcb23bea526 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications