diff --git a/Jenkinsfile b/Jenkinsfile index ad7b6cae0c..ae70b269c9 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' } } }