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