8 - 'rapid-prox-build-{stream}'
9 - 'rapid-prox-verify-{stream}'
14 gs-pathname: 'artifacts.opnfv.org/samplevnf/images'
18 branch: 'stable/{stream}'
19 gs-pathname: 'artifacts.opnfv.org/samplevnf/images'
24 name: 'rapid-prox-build-{stream}'
26 disabled: '{obj:disabled}'
30 - fix-workspace-permissions
36 # yamllint disable rule:line-length
39 default: https://gerrit.opnfv.org/gerrit/$PROJECT
40 description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW."
41 # yamllint enable rule:line-length
42 - 'opnfv-build-ubuntu-defaults'
49 server-name: 'gerrit.opnfv.org'
53 - project-compare-type: 'ANT'
54 project-pattern: '{project}'
56 - branch-compare-type: 'ANT'
57 branch-pattern: '**/{branch}'
61 cd $WORKSPACE/rapidvm/dib
62 bash build-image.sh -g {gs-pathname} -i {tag} -w $WORKSPACE
65 name: 'rapid-prox-verify-{stream}'
67 disabled: '{obj:disabled}'
71 - fix-workspace-permissions
77 # yamllint disable rule:line-length
80 default: https://gerrit.opnfv.org/gerrit/$PROJECT
81 description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW."
82 # yamllint enable rule:line-length
83 - 'opnfv-build-ubuntu-defaults'
90 server-name: 'gerrit.opnfv.org'
92 - patchset-created-event:
93 exclude-drafts: 'false'
94 exclude-trivial-rebase: 'false'
95 exclude-no-code-change: 'false'
96 - comment-added-contains-event:
97 comment-contains-value: 'recheck'
98 - comment-added-contains-event:
99 comment-contains-value: 'reverify'
101 - project-compare-type: 'ANT'
102 project-pattern: '{project}'
104 - branch-compare-type: 'ANT'
105 branch-pattern: '**/{branch}'
109 sudo pip install tox-pip-version
110 cd $WORKSPACE && tox -e docs
111 cd $WORKSPACE/rapidvm/dib
112 bash build-image.sh -g {gs-pathname} -i {tag} -v -w $WORKSPACE