Page MenuHomeSoftware Heritage

jobs: add docs building jobs
ClosedPublic

Authored by douardda on Nov 26 2018, 11:47 AM.

Details

Summary

Add 2 jobs for building the doc:

  • DDOC/publish that builds the doc from tagged versions and publish it
  • DDOC/dev that buils the doc from HEAD and make the produced HTML available on jenkins.

Diff Detail

Repository
rCJSWH Jenkins jobs
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

vlorentz added a subscriber: vlorentz.
vlorentz added inline comments.
jobs/swh/docs.yaml
48

What is that H?

This revision is now accepted and ready to land.Nov 26 2018, 3:39 PM
olasd added inline comments.
jobs/swh/docs.yaml
48

In the jenkins cron syntax specification, 'H' is a placeholder for a random value that's valid for the range. It allows the jobs timed to run every hour to spread evenly.

This revision was automatically updated to reflect the committed changes.