[xwiki/xwiki-dev-llm] a97185: [Misc] Record how to query ci.xwiki.org through th...
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-dev-llm Commit: a97185e825cd0e2d80952f4fd03bf6dd92ae0ba1 https://github.com/xwiki/xwiki-dev-llm/commit/a97185e825cd0e2d80952f4fd03bf6... Author: Vincent Massol <[email protected]> Date: 2026-08-03 (Mon, 03 Aug 2026) Changed paths: M .claude-plugin/marketplace.json M kimi.plugin.json M opencode.jsonc M xwiki/.claude-plugin/plugin.json M xwiki/instructions/xwiki-org.md M xwiki/okf/index.md M xwiki/okf/servers/index.md A xwiki/okf/servers/jenkins.md Log Message: ----------- [Misc] Record how to query ci.xwiki.org through the Jenkins REST API The server map only said "WebFetch a job/build URL", which is misleading: ci.xwiki.org sits behind Cloudflare and answers 403 to anything sending a browser User-Agent, while plain curl gets 200. It also has a full anonymous REST API that removes any need to scrape the UI. Add okf/servers/jenkins.md with the endpoints that answer the questions that actually come up (failing tests with messages, changesets, the exact commit built, archived screenshots, consoleText), and the traps in reading a result: FAILURE means it broke outside the tests while UNSTABLE means tests failed, a test case's age/failedSince only counts builds that produced test results so it is not a reliable first-failure, changeSets can be empty, and a UI test that breaks with no source change is usually the parent pom moving ${platform.version}. Correct the ci.xwiki.org row and the build-status verify recipe in okf/servers/index.md accordingly, and register the topic in okf/index.md and the injected mirror in instructions/xwiki-org.md. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> Commit: 1e2103e97ed80715e4cccfb4b667eedc82be55ac https://github.com/xwiki/xwiki-dev-llm/commit/1e2103e97ed80715e4cccfb4b667ee... Author: Vincent Massol <[email protected]> Date: 2026-08-03 (Mon, 03 Aug 2026) Changed paths: M .claude-plugin/marketplace.json M kimi.plugin.json M opencode.jsonc M xwiki/.claude-plugin/plugin.json M xwiki/instructions/xwiki-org.md M xwiki/okf/index.md M xwiki/okf/servers/index.md A xwiki/okf/servers/jenkins.md Log Message: ----------- [Misc] Record how to query ci.xwiki.org through the Jenkins REST API Compare: https://github.com/xwiki/xwiki-dev-llm/compare/b2f268a97f81...1e2103e97ed8 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications
participants (1)
-
XWiki Notifications