Skip to content
Snippets Groups Projects
  1. Oct 23, 2023
    • Tim Jaacks's avatar
      Confluence: enforce fixed page width on creation · c3b794c6
      Tim Jaacks authored
      On page creation via the API, the page always seems to be created with
      full width, even if "full_width=False" is set. Update the page right
      after creating it in order to correctly set it to fixed width.
      c3b794c6
  2. Aug 22, 2023
    • Tim Jaacks's avatar
      Add confluence stage · f8c1d732
      Tim Jaacks authored
      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.
      f8c1d732
Loading