UNCLASSIFIED

Skip to content
Snippets Groups Projects
Jeffrey Mathiowetz's avatar
9097090c

CCTC-Networking

This repo is for the publicly-available materials generated in/for CCTC. Everyone is welcome to do merge requests or file issues regardless of status; you are judged by the quality of your work, not your rank.

  • In order to trigger a job listed in the .gitlab-ci.yml file, include the appropriate keyword in the commit message. For Example:

    • If I made a change to slide_example.adoc and I wanted to run the job that converts it to html, my commit messge would like the following

Added slides content

Added three new slides pertaining
to new content discussed in the
sync meeting.

genslides
  • The keyword genslides triggers the 'generate-adoc-slides' job to be run on all adoc files in the repo with the line slides: true in it.

    • Similar keywords exist for the 'generate pdfs' genpdf and 'fetchables' genfetch jobs.

    • Without a keyword, no pipeline will be run and thus no artifacts generated.