Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
19793a314f3bbacc2e220a756932c5d049c3add7
/
.
/
Jenkinsfile
blob: 94d373fa27701322fb39ef4d6feaa38a3e24a24e [
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
{
6
sh
'buck --version'
7
}
8
}
9
}
10
}