commit | 1304e210cdd4d07d6ac68f73ab9f96e319181bf0 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Tue Mar 14 10:12:01 2017 -0700 |
committer | Ray Milkey <ray@onlab.us> | Tue Mar 14 10:12:01 2017 -0700 |
tree | 1b077b684954e2e10de1de2bcf65dd22853b9a0c | |
parent | f6ed778733a5151721293f4addab3d1107f2fea7 [diff] [blame] |
source environment into the current shell Change-Id: I2b70ac78fe31a9dcca7e7a7a48d31e1c11e42f23
diff --git a/Jenkinsfile b/Jenkinsfile index ad7b6ca..ae70b26 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -1,10 +1,10 @@ pipeline { agent any - + stages { stage('build') { steps { - sh 'tools/build/envDefaults && onos-buck build onos' + sh '. tools/build/envDefaults && onos-buck build onos' } } }