UNCLASSIFIED - NO CUI

Update home authored by Cody Miller's avatar Cody Miller
......@@ -8,7 +8,10 @@ If this is your first time contributing to this repo, please read our contributi
#### [Contributing Guide](Contributing-Guide)
<details><summary>
## ironbank-pipeline directory structure
</summary>
`/templates` contains the templates for the pipeline.
This includes the `globals.yaml` file, which contains variable references needed for each CI/CD job to run and outlines the stages required to run.
......@@ -20,6 +23,9 @@ Each stage of the pipeline has its own folder within this directory containing a
The `base.yaml` file dictates the actions and requirements needed for the stage to execute.
Additional `.yaml` files can be present within the stage directories in order to separate the jobs which occur within that particular stage.
</details>
<details><summary>
## Contributor project requirements for ironbank-pipeline use
......
......