summaryrefslogtreecommitdiffstats
path: root/cns-libs/templates/jenkins/jjb/job-template.yaml
blob: 1acab55bae2f84894371fa754f26061d8986efc4 (plain)
1
2
3
4
5
6
7
8
9
- job-template:
    name: '{name}_job'
    description: 'job description'
    project-type: multibranch
    number-to-keep: 30
    days-to-keep: 30
    scm:
      - git:
          url: '{git_url}'