mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-27 06:11:47 +01:00
source environment into the current shell
Change-Id: I2b70ac78fe31a9dcca7e7a7a48d31e1c11e42f23
This commit is contained in:
parent
f6ed778733
commit
1304e210cd
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'tools/build/envDefaults && onos-buck build onos'
|
sh '. tools/build/envDefaults && onos-buck build onos'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user