Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
f6ed778733a5151721293f4addab3d1107f2fea7
/
.
/
Jenkinsfile
blob: ad7b6cae0c8d9c6a2b995c84654c2dbec92ab68c [
file
] [
log
] [
blame
]
pipeline
{
agent any
stages
{
stage
(
'build'
)
{
steps
{
sh
'tools/build/envDefaults && onos-buck build onos'
}
}
}
}