commit | 55ab97677e1a9cae3ea1b6a5689534e8eefd67d2 | [log] [tgz] |
---|---|---|
author | You Wang <you@opennetworking.org> | Wed Dec 02 09:00:34 2020 -0800 |
committer | You Wang <you@opennetworking.org> | Wed Dec 02 09:00:34 2020 -0800 |
tree | 92404d5e25e5d4804675a7d014b91eab61fb1980 | |
parent | 72970564008fe8d1e501503ac6b0813ece6a38ca [diff] |
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'