Fixing availability daily job
[releng.git] / jjb / availability / availability.yml
index 101e454..5d207b2 100644 (file)
@@ -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)
         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}'
 
     builders:
         - shell: |
+            pwd
+            find .
             echo "Hello world from availability {somevar} daily"
-        - test-macro
 
     postbuilders:
         - test-macro
 
+
+
+