commit | b3ddd59ad90f88dde273f882b0700485c9772204 | [log] [tgz] |
---|---|---|
author | Jeremy Ronquillo <j_ronquillo@u.pacific.edu> | Wed Aug 14 15:19:45 2019 -0700 |
committer | You Wang <you@onlab.us> | Wed Aug 21 18:28:22 2019 +0000 |
tree | 833dd162971010824b579362c7bf7647da260e8d | |
parent | 63c6fab9ba9fabf33b145094c314547cf66f2e83 [diff] |
Add support for onos-2.2 in Jenkins pipelines Change-Id: Iaffe311fca1f1df10e98f4a612609b112a3c2ab5
diff --git a/jjb/OnosSystemTest/onos-test-freestyle.yaml b/jjb/OnosSystemTest/onos-test-freestyle.yaml index d8d2de2..00c61c1 100644 --- a/jjb/OnosSystemTest/onos-test-freestyle.yaml +++ b/jjb/OnosSystemTest/onos-test-freestyle.yaml
@@ -16,6 +16,7 @@ - '1.15' - '2.0' - '2.1' + - '2.2' - 'master' - 'manually'
diff --git a/jjb/OnosSystemTest/onos-test-pipeline.yaml b/jjb/OnosSystemTest/onos-test-pipeline.yaml index 88318ce..996f059 100644 --- a/jjb/OnosSystemTest/onos-test-pipeline.yaml +++ b/jjb/OnosSystemTest/onos-test-pipeline.yaml
@@ -41,6 +41,7 @@ - '1.15' - '2.0' - '2.1' + - '2.2' - 'master' - 'manually' @@ -220,6 +221,7 @@ name: ONOSbranch choices: - 'master' + - 'onos-2.2' - 'onos-2.1' - 'onos-2.0' - 'onos-1.15'