Page MenuHomeDevCentral

Generate Cargo documentation in Jenkins
ClosedPublic

Authored by dereckson on Sep 12 2018, 22:13.
Tags
None
Referenced Files
F25028232: D1748.id4441.diff
Thu, Mar 26, 03:38
F25025067: D1748.id4441.diff
Wed, Mar 25, 23:24
F25023206: D1748.id4442.diff
Wed, Mar 25, 20:49
F25023080: D1748.id4442.diff
Wed, Mar 25, 20:43
F25021855: D1748.diff
Wed, Mar 25, 19:06
F25019717: D1748.diff
Wed, Mar 25, 15:57
Unknown Object (File)
Thu, Mar 19, 06:39
Unknown Object (File)
Sun, Mar 15, 08:34
Subscribers
None

Diff Detail

Repository
rLF Limiting Factor
Lint
Lint Passed
Unit
No Test Coverage
Branch
cd-doc (branched from master)
Build Status
Buildable 2723
Build 2971: arc lint + arc unit

Event Timeline

dereckson created this revision.

Artifact

With this pipeline, documentation is generated at https://cd.nasqueron.org/job/limiting-factor-doc/lastSuccessfulBuild/artifact/*zip*/archive.zip.

If we decompress the archive, documentation is in the archive/target/doc/ folder.

Next step

One of them:

  • Publish to docs.nasqueron.org through Jenkinsfile (requires the node and Ysul to be configured with a relevant ssh key)
  • Publish through Jenkins ssh plugin (solution used on the old CI, probably not compatible with pipelines, credentials were in Jenkins)
  • Trigger a Salt task to fetch the artifact archive and publish it
This revision is now accepted and ready to land.Sep 12 2018, 22:18
This revision was automatically updated to reflect the committed changes.