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