commit | d3415f6e540e13a419d71c5c784f7a4de6a18dba | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Oct 25 15:58:18 2019 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Oct 25 15:58:18 2019 -0700 |
tree | 37e6379ca53cfd85c0c9abb9ceb81607f9d8b942 | |
parent | 9f619491e1edb20409531b378586de1c110f504f [diff] |
[SEBA-853] Adding a docker pull step Change-Id: I2e795c5b83ce3f36043e02dc4538cdbbc413815b
diff --git a/tests/bbr.groovy b/tests/bbr.groovy index 3eace40..a80f64b 100644 --- a/tests/bbr.groovy +++ b/tests/bbr.groovy
@@ -31,6 +31,13 @@ """ } } + stage('Pull BBSim image from DockerHub') { + steps { + sh """ + docker pull voltha/bbsim:master + """ + } + } stage('64 ONUs (16 ONU x 4 PONs)') { steps { timeout(1) {