Update jjb version to verify latest script version used by pipeline job
Change-Id: I08a5d4488781888252043fd1c5fbb68431fd4d3d
diff --git a/jjb/pipeline/voltha/master/bbsim-tests.groovy b/jjb/pipeline/voltha/master/bbsim-tests.groovy
index af5c554..674b4b0 100644
--- a/jjb/pipeline/voltha/master/bbsim-tests.groovy
+++ b/jjb/pipeline/voltha/master/bbsim-tests.groovy
@@ -44,7 +44,7 @@
// per-script to be sure latest repository changes are being used.
// -----------------------------------------------------------------------
String pipelineVer() {
- String version = '757ba9ea12d8d815c10301b7f265f3fcd7c41d26'
+ String version = 'ebc180201844dad3a9a3d6551f3e257797e08ab7'
return(version)
}
diff --git a/jjb/pipeline/voltha/voltha-2.12/bbsim-tests.groovy b/jjb/pipeline/voltha/voltha-2.12/bbsim-tests.groovy
index a6ce2f2..cc6e43d 100644
--- a/jjb/pipeline/voltha/voltha-2.12/bbsim-tests.groovy
+++ b/jjb/pipeline/voltha/voltha-2.12/bbsim-tests.groovy
@@ -44,7 +44,7 @@
// per-script to be sure latest repository changes are being used.
// -----------------------------------------------------------------------
String pipelineVer() {
- String version = '757ba9ea12d8d815c10301b7f265f3fcd7c41d26'
+ String version = 'ebc180201844dad3a9a3d6551f3e257797e08ab7'
return(version)
}