blob: 0bc34e0ba3e557bb7d38343817e190a205d56611 [file] [log] [blame]
Ray Milkeya8f64f32017-10-26 12:11:56 -07001---
2# ONOS Buck Pipeline jobs
3
4- job:
5 name: onos-buck-gerrit
6 project-type: pipeline
7 sandbox: false
Ray Milkeya8f64f32017-10-26 12:11:56 -07008
9 pipeline-scm:
10 script-path: tools/build/jenkins/onos-buck-gerrit
11 scm:
12 - lf-infra-gerrit-scm:
Ray Milkey910ef1a2017-10-26 13:35:17 -070013 git-url: '$GIT_URL'/onos
Ray Milkeya8f64f32017-10-26 12:11:56 -070014 refspec: '$GERRIT_REFSPEC'
Ray Milkey75015bb2017-10-26 12:59:54 -070015 branch: 'master'
Ray Milkeya8f64f32017-10-26 12:11:56 -070016 submodule-recursive: '{submodule-recursive}'
17 choosing-strategy: gerrit
18 jenkins-ssh-credential: '{jenkins-ssh-credential}'
19
20# triggers:
21# - gerrit:
22# server-name: '{gerrit-server-name}'
23# trigger-on: '{obj:gerrit_verify_triggers}'
24# projects:
25# - project-compare-type: ANT
26# project-pattern: '{project}'
27# branches:
28# - branch-compare-type: ANT
29# branch-pattern: '**/{branch}'
30# file-paths: '{obj:gerrit_trigger_file_paths}'
31
32- project:
33 name: onos-buck-gerrit
34 build-timeout: '1800'
35 build-node: 'ubuntu16.04-basebuild-8c-15g'
36 project: 'onos'
37 project-name: 'onos'
38
39 jobs:
40 - 'onos-buck-gerrit'
41
42