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