summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2023-03-07 15:25:57 +0100
committerMiklos Vajna <vmiklos@collabora.com>2023-03-07 14:27:06 +0000
commite84b097f202e32f98c3faabdc2a460d553d86070 (patch)
tree4007d95a441e003e8291846d5a0bc45027a64d6a
parentea78ef69ffcf432a9e03bb9616cc46427cf09e31 (diff)
list-ci-changes: fix this to work with Jenkins again
Now the job list is not loaded async, but it's still a tooltip (so the script is useful, but has to parse a different URL). Change-Id: I9819d61172f50407e2575b3e557b44baa03f0027 Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/148426 Tested-by: Miklos Vajna <vmiklos@collabora.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rwxr-xr-xscripts/list-ci-changes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/list-ci-changes.py b/scripts/list-ci-changes.py
index 12bb892a..ea33afae 100755
--- a/scripts/list-ci-changes.py
+++ b/scripts/list-ci-changes.py
@@ -63,7 +63,7 @@ def main():
else:
gerrit = getGerritChanges()
- changesHTML = downloadString("https://ci.libreoffice.org/ajaxBuildQueue")
+ changesHTML = downloadString("https://ci.libreoffice.org/")
ci = getCIChanges(changesHTML)
for gerritChange in gerrit: