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
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 2631
Build 3267: arc lint + arc unit

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.