mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-27 06:11:47 +01:00
set up dev environment
Change-Id: I11475b8d4dd7d7101ac1756fa78694eee74952c4
This commit is contained in:
parent
0bc7fdbbe4
commit
eb6230ad73
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,9 +1,12 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
environment {
|
||||||
|
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'buck build onos'
|
sh 'tools/build/envDefaults && buck build onos'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user