Tuesday, 2026-05-26

shoeffnerHi, I recently got a changeset into the master branch (Added SVN support for multibranch projects, https://review.opendev.org/c/jjb/jenkins-job-builder/+/989247). It appears this broke the documentation for multibranch projects: https://jenkins-job-builder.readthedocs.io/en/latest/project_workflow_multibranch.html . Sorry! When I tried fixing it, I unfortunately couldn't reproduce the issue – locally it builds fine fo19:56
shoeffner -e docs && python3 -m http.server -d doc/build/html 8080`)and includes the ~svn_scm docs properly.19:56
vsevolodI have noticed that readthedocs was not updated for 4 mounths. Zuul job looks fine to me, but rtd job did not fire.19:58
vsevolodMay be this is related, not sure.19:59
vsevolodI have run last rtd build manually.19:59
vsevolodHow you see that build is broken, if it works locally?20:00
shoeffnerLocally, the generated docs from the master branch look good, but the deployed version has essentially no content in /project_workflow_multibranch.html20:01
vsevolodI see20:01
vsevolodLooks unrelated20:01
shoeffnerOkay, then I am relieved, thanks for checking!20:03
vsevolodMay be you use different options in local build? You can check them in tox.ini, I think.20:03
shoeffnersphinx-build -n -W -b html -d doc/build/doctrees doc/source doc/build/html20:03
vsevolodyep. Requirements the same? Have you tried to build it using tox itself?20:07
shoeffnerAs I mentioned above, I actually only ever used tox to build the docs (tox -e docs)20:08
vsevolodAnd with -r/--recreate20:08
vsevolodcool20:09
vsevolodMaybe we can check zuul job artifacts - generated docs. Not sure how.20:10
opendevreviewTyler Yankee proposed jjb/jenkins-job-builder master: Add list-views command line tool  https://review.opendev.org/c/jjb/jenkins-job-builder/+/99018920:10
shoeffnerI removed the doc folder because I couldn't believe it20:15
shoeffnerrm -r doc; git checkout doc20:28
shoeffnertox -e docs20:28
shoeffnergrep 'svn_scm' doc/build/html/project_workflow_multibranch.html 20:28
shoeffnerhas multiple hits. While in view-source:https://jenkins-job-builder.readthedocs.io/en/latest/project_workflow_multibranch.html, there's no svn_scm.20:28
vsevolodWe can see docs generated from new review https://review.opendev.org/c/jjb/jenkins-job-builder/+/990189: Docs preview site from openstack-tox-docs: https://a8548576cea113a335f1-ab35685bddeb514608fafb15c52ac565.ssl.cf5.rackcdn.com/openstack/1f31f9359c204a0ab581e827ceea519b/docs/20:31
vsevolodhttps://a8548576cea113a335f1-ab35685bddeb514608fafb15c52ac565.ssl.cf5.rackcdn.com/openstack/1f31f9359c204a0ab581e827ceea519b/docs/project_workflow_multibranch.html - at first it was empty, but now I can see it's contents20:32
vsevolodBy the way, https://jenkins-job-builder.readthedocs.io/en/latest/project_githuborg.html is also empty for me20:34
vsevolodWhile https://a8548576cea113a335f1-ab35685bddeb514608fafb15c52ac565.ssl.cf5.rackcdn.com/openstack/1f31f9359c204a0ab581e827ceea519b/docs/project_githuborg.html is ok20:35
vsevolodLet's wait until this review is merged and check for results.20:35
shoeffnerAlright, thanks :)20:55
opendevreviewMerged jjb/jenkins-job-builder master: Add list-views command line tool  https://review.opendev.org/c/jjb/jenkins-job-builder/+/99018921:29

Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!