diff options
Diffstat (limited to 'jjb/armband/armband-project-jobs.yml')
-rw-r--r-- | jjb/armband/armband-project-jobs.yml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/jjb/armband/armband-project-jobs.yml b/jjb/armband/armband-project-jobs.yml index 764a5d45b..10f8d6531 100644 --- a/jjb/armband/armband-project-jobs.yml +++ b/jjb/armband/armband-project-jobs.yml @@ -7,15 +7,17 @@ project: '{name}' + installer: 'fuel' + jobs: - 'armband-verify-{stream}' - - 'armband-build-daily-{stream}' + - 'armband-{installer}-build-daily-{stream}' stream: - master: branch: '{stream}' gs-pathname: '' - - brahmaputra: + - colorado: branch: 'stable/{stream}' gs-pathname: '/{stream}' @@ -62,7 +64,7 @@ echo "Nothing to verify!" - job-template: - name: 'armband-build-daily-{stream}' + name: 'armband-{installer}-build-daily-{stream}' concurrent: false @@ -77,6 +79,7 @@ - project-parameter: project: '{project}' - 'opnfv-build-arm-defaults' + - '{installer}-defaults' - armband-project-parameter: gs-pathname: '{gs-pathname}' @@ -103,7 +106,7 @@ publishers: - email: - recipients: josep.puigdemont@enea.com armband@enea.com + recipients: armband@enea.com ######################## # parameter macros @@ -116,6 +119,10 @@ default: $WORKSPACE/build_output description: "Directory where the build artifact will be located upon the completion of the build." - string: + name: CACHE_DIRECTORY + default: $HOME/opnfv/cache/$INSTALLER_TYPE + description: "Directory where the cache to be used during the build is located." + - string: name: GS_URL default: artifacts.opnfv.org/$PROJECT{gs-pathname} description: "URL to Google Storage." |