commit | 5994a8cd7003a5cb696c25413042b7f392489bea | [log] [tgz] |
---|---|---|
author | Kailash <kailash@onlab.us> | Mon Dec 03 12:59:00 2018 -0800 |
committer | Kailash <kailash@onlab.us> | Mon Dec 03 12:59:36 2018 -0800 |
tree | f25bccb672a42e865586a25c15eccf0b5adb1c94 | |
parent | 1086a839e19031f88e0688d7ef9be6c2df44fb68 [diff] |
fixing siab pipeline install cmd Change-Id: I4c4e9e85fcfe0b7bea69edd99a0d04a8288430bb
diff --git a/jjb/pipeline/siab.groovy b/jjb/pipeline/siab.groovy index 0b9eb91..678cec1 100644 --- a/jjb/pipeline/siab.groovy +++ b/jjb/pipeline/siab.groovy
@@ -39,7 +39,7 @@ steps { sh """ pushd $WORKSPACE/automation-tools/seba-in-a-box - make ${params.version} -j2 + make /tmp/milestones/voltha-running && make -j2 popd """ }