Merge "Migrate docs-rtd to archive-builds macro"
[releng/builder.git] / jjb / ovsdb / ovsdb-sonar.yaml
index c5046599338b5f68f76415239833dc2a44ec549c..fbc113c99ba7a6cd809c943ea4b8f8d221a2bed9 100644 (file)
         artifactNumToKeep: '1'
 
     parameters:
-        - project-parameter:
+        - opendaylight-infra-parameters:
             project: '{project}'
+            branch: '{branch}'
+            refspec: 'refs/heads/{branch}'
+            artifacts: '{archive-artifacts}'
 
     scm:
         - git-scm:
-            credentials-id: '{ssh-credentials}'
             refspec: ''
             branch: 'master'
 
     wrappers:
-        - build-timeout
-        - ssh-agent-credentials:
-            users:
-                - '{ssh-credentials}'
+        - opendaylight-infra-wrappers:
+            build-timeout: '{build-timeout}'
 
     triggers:
         - timed: 'H H * * 6'