Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
0bc7fdbbe4eadbea03b4680174b1aee1077ffde5
/
.
/
Jenkinsfile
blob: 8432554cd536fc26efb8f2af2c251e4e44ee6d3d [
file
] [
log
] [
blame
]
pipeline
{
agent any
stages
{
stage
(
'build'
)
{
steps
{
sh
'buck build onos'
}
}
}
}