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