Skip to content

Add confluence stage

Tim Jaacks requested to merge add-confluence-stage into master

This adds two jobs to the Yocto pipeline:

  • generate-confluence-page
  • publish-confluence-page

The first one generates a confluence page from a template (confluence-page.xml.jinja2) using information downloaded from all successful "Deploy FTP" jobs of the same pipeline.

The second one publishes this page in Confluence and displays a link to the new page. If the page already exists it is overwritten.

The place in Confluence where the new page is published is configurable via the CONFLUENCE_SPACE and CONFLUENCE_PARENT_ID variables.

Merge request reports