[VOL-3780] Importing cord libraries in the pipeline so it's easier to change them in a 'replay'
Change-Id: I6df93b35d634d0cf26a46121d1fb346d04349929
diff --git a/jjb/pipeline/voltha/master/bbsim-tests.groovy b/jjb/pipeline/voltha/master/bbsim-tests.groovy
index 8d9458c..6027cf5 100644
--- a/jjb/pipeline/voltha/master/bbsim-tests.groovy
+++ b/jjb/pipeline/voltha/master/bbsim-tests.groovy
@@ -15,6 +15,14 @@
// voltha-2.x e2e tests
// uses bbsim to simulate OLT/ONUs
+// NOTE we are importing the library even if it's global so that it's
+// easier to change the keywords during a replay
+library identifier: 'cord-jenkins-libraries@master',
+ retriever: modernSCM([
+ $class: 'GitSCMSource',
+ remote: 'https://gerrit.opencord.org/ci-management.git'
+])
+
def customImageFlags(image) {
return "--set images.${image}.tag=citest,images.${image}.pullPolicy=Never "
}