commit | 4a4f0476a7e4593511b0f4c61ecbd2948f635984 | [log] [tgz] |
---|---|---|
author | Kailash <kailash@onlab.us> | Wed May 08 09:42:46 2019 -0700 |
committer | Kailash <kailash@onlab.us> | Wed May 08 09:42:46 2019 -0700 |
tree | 236e564cda82825653a8c1397403db1bea1699ce | |
parent | e5278269ad9182092122775fa182fb1693842656 [diff] [blame] |
pipeline syntax errors Change-Id: I14e5d2c2d79ca3469b7b40af4c1d64e9111eb665
diff --git a/jjb/pipeline/voltha-atest-provisioning.groovy b/jjb/pipeline/voltha-atest-provisioning.groovy index ad5095a..5a17015 100755 --- a/jjb/pipeline/voltha-atest-provisioning.groovy +++ b/jjb/pipeline/voltha-atest-provisioning.groovy
@@ -67,10 +67,10 @@ stage ('Start Voltha Test Suite') { steps { - sh ''' + sh """ cd $WORKSPACE/cord/incubator/voltha/tests/atests/common/ ./run_robot.sh jenkinstest ${params.adapter} || true - ''' + """ } }