blob: ae70b269c97de19755f4a1e102ea75504e718baf [file] [log] [blame]
pipeline {
agent any
stages {
stage('build') {
steps {
sh '. tools/build/envDefaults && onos-buck build onos'
}
}
}
}