commit | c94df63fda0eb24ff01d0d902dd7b36d29d2d08d | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Tue Mar 14 11:36:39 2017 -0700 |
committer | Ray Milkey <ray@onlab.us> | Tue Mar 14 18:37:28 2017 +0000 |
tree | 137de2368362ccfa8aa9518991f5011998689db1 | |
parent | dd5a00b2d576f2ddee76c7c393b5776c16b01a30 [diff] |
set ONOS_ROOT Change-Id: Ic71fa8e66209434057e77ba858329f8599a342ee
diff --git a/Jenkinsfile b/Jenkinsfile index f85abea..1fc3c85 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -5,6 +5,7 @@ stage('build') { steps { sh '''#!/bin/bash -l + ONOS_ROOT=`pwd` source tools/build/envDefaults onos-buck build onos '''