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