blob: 8432554cd536fc26efb8f2af2c251e4e44ee6d3d [file] [log] [blame]
pipeline {
agent any
stages {
stage('build') {
steps {
sh 'buck build onos'
}
}
}
}