Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
f4a3491e802f4b0d2351d68b01942f270758c576
/
.
/
Jenkinsfile
blob: f85abeaecce972fad6b7db1a243e807b2ed202f1 [
file
] [
log
] [
blame
]
pipeline
{
agent any
stages
{
stage
(
'build'
)
{
steps
{
sh
'''#!/bin/bash -l
source tools/build/envDefaults
onos-buck build onos
'''
}
}
}
}