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