Page MenuHomeDevCentral

Generate Cargo documentation in Jenkins
ClosedPublic

Authored by dereckson on Sep 12 2018, 22:13.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 20, 14:16
Unknown Object (File)
Fri, Jun 20, 09:36
Unknown Object (File)
Fri, Jun 20, 06:37
Unknown Object (File)
Fri, Jun 20, 06:22
Unknown Object (File)
Thu, Jun 19, 06:54
Unknown Object (File)
Tue, Jun 17, 15:23
Unknown Object (File)
Mon, Jun 16, 07:30
Unknown Object (File)
Sat, Jun 14, 14:45
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.