armband: switched from brahma to colorado
[releng.git] / jjb / armband / armband-project-jobs.yml
index 732a9ea..10f8d65 100644 (file)
@@ -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
 
@@ -76,7 +78,8 @@
     parameters:
         - project-parameter:
             project: '{project}'
-        - 'arm-build1-defaults'
+        - 'opnfv-build-arm-defaults'
+        - '{installer}-defaults'
         - armband-project-parameter:
             gs-pathname: '{gs-pathname}'
 
 
     publishers:
         - email:
-            recipients: josep.puigdemont@enea.com armband@enea.com
+            recipients: armband@enea.com
 
 ########################
 # parameter macros
             name: BUILD_DIRECTORY
             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}