Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
598b55db350bb59d4ebcf8d67e05920862ba6004
/
.
/
Jenkinsfile
blob: 8432554cd536fc26efb8f2af2c251e4e44ee6d3d [
file
] [
log
] [
blame
]
Ray Milkey
19793a3
2017-03-13 17:17:12 -0700
[
diff
] [
blame
]
1
pipeline
{
2
agent any
3
stages
{
4
stage
(
'build'
)
{
5
steps
{
Ray Milkey
598b55d
2017-03-13 17:27:19 -0700
[
diff
] [
blame^
]
6
sh
'buck build onos'
Ray Milkey
19793a3
2017-03-13 17:17:12 -0700
[
diff
] [
blame
]
7
}
8
}
9
}
10
}