diff options
Diffstat (limited to 'jjb/availability/availability.yml')
-rw-r--r-- | jjb/availability/availability.yml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/jjb/availability/availability.yml b/jjb/availability/availability.yml index 101e45434..5d207b2ef 100644 --- a/jjb/availability/availability.yml +++ b/jjb/availability/availability.yml @@ -3,6 +3,8 @@ jobs: - 'availability-test' - 'availability-daily-master' + - 'availability-merge' + - 'availability-verify' # stream: branch with - in place of / (eg. stable-helium) # branch: branch (eg. stable/helium) @@ -46,6 +48,16 @@ artifactDaysToKeep: '{build-artifact-days-to-keep}' artifactNumToKeep: '{build-artifact-num-to-keep}' + parameters: + - project-parameter: + project: '{project}' + + scm: + - git-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + branch: '{branch}' + wrappers: - ssh-agent-credentials: user: '{ssh-credentials}' @@ -58,9 +70,13 @@ builders: - shell: | + pwd + find . echo "Hello world from availability {somevar} daily" - - test-macro postbuilders: - test-macro + + + |