Add support for onos-2.5 in Jenkins pipelines

Change-Id: Ie927ca5b5b0e0a1ac3403271187371dc24bfc31f
diff --git a/jjb/OnosSystemTest/onos-test-freestyle.yaml b/jjb/OnosSystemTest/onos-test-freestyle.yaml
index 3f55041..4cb35e4 100644
--- a/jjb/OnosSystemTest/onos-test-freestyle.yaml
+++ b/jjb/OnosSystemTest/onos-test-freestyle.yaml
@@ -18,6 +18,8 @@
       - '2.1'
       - '2.2'
       - '2.3'
+      - '2.4'
+      - '2.5'
       - 'master'
       - 'manually'
 
diff --git a/jjb/OnosSystemTest/onos-test-pipeline.yaml b/jjb/OnosSystemTest/onos-test-pipeline.yaml
index 0e2f909..25e4503 100644
--- a/jjb/OnosSystemTest/onos-test-pipeline.yaml
+++ b/jjb/OnosSystemTest/onos-test-pipeline.yaml
@@ -45,6 +45,8 @@
       - '2.1'
       - '2.2'
       - '2.3'
+      - '2.4'
+      - '2.5'
       - 'master'
       - 'manually'
 
@@ -297,6 +299,8 @@
          name: ONOSbranch
          choices:
            - 'master'
+           - 'onos-2.5'
+           - 'onos-2.4'
            - 'onos-2.3'
            - 'onos-2.2'
            - 'onos-2.1'