- job: | |
name: tf-a-tlc-pipeline | |
description: | | |
Job triggered for every Transfer List Compiler (TLC) patch, verifying code | |
style, running unit tests, and building the package. | |
project-type: pipeline | |
sandbox: true | |
dsl: !include-raw: tf-a-tlc-pipeline/Jenkinsfile | |
properties: | |
- build-discarder: | |
days-to-keep: 14 |