commit | 4303a0dbe34af53a5ec221cc7468b0dd89949caf | [log] [tgz] |
---|---|---|
author | Kailash <kailash@onlab.us> | Tue Dec 18 07:49:14 2018 -0800 |
committer | Kailash <kailash@onlab.us> | Tue Dec 18 07:49:14 2018 -0800 |
tree | 82499dedf2a06ab04dbb6751c671443affec3a4d | |
parent | 48995c8d914ee83c6b6e6aef827caa833f95fd93 [diff] |
building siab with voltha-1.6 Change-Id: I1ebcf6c5e3a0f890b5366153ee02341f7c40f4cf
diff --git a/jjb/pipeline/siab.groovy b/jjb/pipeline/siab.groovy index 678cec1..7029bf7 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 /tmp/milestones/voltha-running && make -j2 + make SEBAVALUES=configs/seba-ponsim-voltha-1.6.yaml popd """ }