5 - 'availability-daily-master'
7 # stream: branch with - in place of / (eg. stable-helium)
8 # branch: branch (eg. stable/helium)
13 project: 'availability'
17 name: availability-test
19 project-type: freestyle
24 artifactDaysToKeep: -1
29 echo "Hello world from availability"
32 name: 'availability-daily-master'
34 # Job template for daily builders
37 # stream: branch with - in place of / (eg. stable)
38 # branch: branch (eg. stable)
40 project-type: freestyle
41 varsetabove: '{somevar}'
44 daysToKeep: '{build-days-to-keep}'
45 numToKeep: '{build-num-to-keep}'
46 artifactDaysToKeep: '{build-artifact-days-to-keep}'
47 artifactNumToKeep: '{build-artifact-num-to-keep}'
50 - ssh-agent-credentials:
51 user: '{ssh-credentials}'
61 echo "Hello world from availability {somevar} daily"