source environment into the current shell

Change-Id: I2b70ac78fe31a9dcca7e7a7a48d31e1c11e42f23
This commit is contained in:
Ray Milkey 2017-03-14 10:12:01 -07:00
parent f6ed778733
commit 1304e210cd

4
Jenkinsfile vendored
View File

@ -1,10 +1,10 @@
pipeline { pipeline {
agent any agent any
stages { stages {
stage('build') { stage('build') {
steps { steps {
sh 'tools/build/envDefaults && onos-buck build onos' sh '. tools/build/envDefaults && onos-buck build onos'
} }
} }
} }