blob: b58294f9ee0860ff90a815a2d11f9c5de86e9e83 [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 Milkey50d19ef2017-10-26 12:49:39 -07008 git-url: '$GIT_URL/$GERRIT_PROJECT'
Ray Milkeya8f64f32017-10-26 12:11:56 -07009
10 pipeline-scm:
11 script-path: tools/build/jenkins/onos-buck-gerrit
12 scm:
13 - lf-infra-gerrit-scm:
14 git-url: '{git-url}'
15 refspec: '$GERRIT_REFSPEC'
16 branch: '$GERRIT_BRANCH'
17 submodule-recursive: '{submodule-recursive}'
18 choosing-strategy: gerrit
19 jenkins-ssh-credential: '{jenkins-ssh-credential}'
20
21# triggers:
22# - gerrit:
23# server-name: '{gerrit-server-name}'
24# trigger-on: '{obj:gerrit_verify_triggers}'
25# projects:
26# - project-compare-type: ANT
27# project-pattern: '{project}'
28# branches:
29# - branch-compare-type: ANT
30# branch-pattern: '**/{branch}'
31# file-paths: '{obj:gerrit_trigger_file_paths}'
32
33- project:
34 name: onos-buck-gerrit
35 build-timeout: '1800'
36 build-node: 'ubuntu16.04-basebuild-8c-15g'
37 project: 'onos'
38 project-name: 'onos'
39
40 jobs:
41 - 'onos-buck-gerrit'
42
43