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