- job: | |
name: libtl-pipeline | |
description: | | |
Job triggered for every Transfer List Library (LibTL) patch, verifying code | |
style, building the module, and running unit tests. | |
project-type: pipeline | |
sandbox: true | |
dsl: !include-raw: libtl-pipeline/Jenkinsfile | |
properties: | |
- build-discarder: | |
days-to-keep: 4 |