mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-26 22:01:13 +01:00
source environment into the current shell
Change-Id: I2b70ac78fe31a9dcca7e7a7a48d31e1c11e42f23
This commit is contained in:
parent
f6ed778733
commit
1304e210cd
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user