1 ###################################################
2 # All the jobs except verify have been removed!
3 # They will only be enabled on request by projects!
4 ###################################################
13 - 'armband-verify-{stream}'
14 - 'armband-{installer}-build-daily-{stream}'
21 branch: 'stable/{stream}'
22 gs-pathname: '/{stream}'
25 name: 'armband-verify-{stream}'
32 - 'opnfv-build-ubuntu-defaults'
36 credentials-id: '{ssh-credentials}'
37 refspec: '$GERRIT_REFSPEC'
38 choosing-strategy: 'gerrit'
43 - patchset-created-event:
44 exclude-drafts: 'false'
45 exclude-trivial-rebase: 'false'
46 exclude-no-code-change: 'false'
47 - draft-published-event
48 - comment-added-contains-event:
49 comment-contains-value: 'recheck'
50 - comment-added-contains-event:
51 comment-contains-value: 'reverify'
53 - project-compare-type: 'ANT'
54 project-pattern: '{project}'
56 - branch-compare-type: 'ANT'
57 branch-pattern: '**/{branch}'
60 pattern: 'docs/**|.gitignore'
64 echo "Nothing to verify!"
67 name: 'armband-{installer}-build-daily-{stream}'
81 - 'opnfv-build-arm-defaults'
82 - '{installer}-defaults'
83 - armband-project-parameter:
84 gs-pathname: '{gs-pathname}'
88 credentials-id: '{ssh-credentials}'
103 !include-raw-escape: ./build.sh
105 !include-raw-escape: ./upload-artifacts.sh
109 recipients: armband@enea.com
111 ########################
113 ########################
115 name: armband-project-parameter
118 name: BUILD_DIRECTORY
119 default: $WORKSPACE/build_output
120 description: "Directory where the build artifact will be located upon the completion of the build."
122 name: CACHE_DIRECTORY
123 default: $HOME/opnfv/cache/$INSTALLER_TYPE
124 description: "Directory where the cache to be used during the build is located."
127 default: artifacts.opnfv.org/$PROJECT{gs-pathname}
128 description: "URL to Google Storage."
134 description: 'Force build even if there are no changes in the armband repo. Default false'