commit | c24db75e307d43acd4533554014bf9b270d08c8a | [log] [tgz] |
---|---|---|
author | Kailash <kailash@onlab.us> | Tue May 07 14:01:40 2019 -0700 |
committer | Kailash <kailash@onlab.us> | Tue May 07 14:05:34 2019 -0700 |
tree | 55be750806337f05de0f9472b7db80e14364218e | |
parent | 6a6320d717df5af9e4c99082b51ab569e454f99f [diff] |
fix in voltha-atests pipeline Change-Id: Ie767ab0bba52ce10e6d0029e0d069b8cefb924f4
diff --git a/jjb/pipeline/voltha-atest-provisioning.groovy b/jjb/pipeline/voltha-atest-provisioning.groovy index e156350..ad5095a 100755 --- a/jjb/pipeline/voltha-atest-provisioning.groovy +++ b/jjb/pipeline/voltha-atest-provisioning.groovy
@@ -42,7 +42,7 @@ sh ''' sudo service docker restart cd $WORKSPACE/cord/incubator/voltha - repo download ${gerritProject} "${gerritChangeNumber}/${gerritPatchsetNumber}" + repo download "${GERRIT_PROJECT}" "${gerritChangeNumber}/${gerritPatchsetNumber}" chmod +x env.sh source env.sh make fetch