summaryrefslogtreecommitdiffstats
path: root/jjb/availability/availability.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/availability/availability.yml')
-rw-r--r--jjb/availability/availability.yml27
1 files changed, 13 insertions, 14 deletions
diff --git a/jjb/availability/availability.yml b/jjb/availability/availability.yml
index a0346cf7d..73c9050d9 100644
--- a/jjb/availability/availability.yml
+++ b/jjb/availability/availability.yml
@@ -6,8 +6,8 @@
- 'availability-merge'
- 'availability-verify'
- # stream: branch with - in place of / (eg. stable-helium)
- # branch: branch (eg. stable/helium)
+ # stream: branch with - in place of / (eg. stable-arno)
+ # branch: branch (eg. stable/arno)
stream:
- master:
branch: 'master'
@@ -38,6 +38,7 @@
# Required Variables:
# stream: branch with - in place of / (eg. stable)
# branch: branch (eg. stable)
+ node: master
project-type: freestyle
varsetabove: '{somevar}'
@@ -69,10 +70,8 @@
- test-macro
builders:
- - shell: |
- pwd
- find .
- echo "Hello world from availability {somevar} daily"
+ - shell:
+ !include-raw docu-build.sh
postbuilders:
- test-macro
@@ -80,6 +79,8 @@
- job-template:
name: 'availability-verify'
+ node: master
+
project-type: freestyle
logrotate:
@@ -123,10 +124,8 @@
branch-pattern: '**/master'
builders:
- - shell: |
- pwd
- find .
- echo "verify logic goes here"
+ - shell:
+ !include-raw docu-build.sh
- job-template:
name: 'availability-merge'
@@ -135,6 +134,8 @@
#
# This job's purpose is to update all the JJB
+ node: master
+
project-type: freestyle
logrotate:
@@ -173,10 +174,8 @@
branch-pattern: '**/master'
builders:
- - shell: |
- pwd
- find .
- echo "merge logic goes here"
+ - shell:
+ !include-raw docu-build.sh