commit | 5f7084aa02fd5e4061f5b72082c98fe316395b5a | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Tue Mar 14 09:51:48 2017 -0700 |
committer | Ray Milkey <ray@onlab.us> | Tue Mar 14 09:51:48 2017 -0700 |
tree | 438f921b2aac9cfc794e7cefca0c8039023fa746 | |
parent | eb6230ad73e81b226a159faf6e447f6043ab5287 [diff] |
run onos-buck Change-Id: Iddeb94086e3b88aef7e21156fa25fe33ccc78b41
diff --git a/Jenkinsfile b/Jenkinsfile index 65e4574..4818776 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -6,7 +6,7 @@ stages { stage('build') { steps { - sh 'tools/build/envDefaults && buck build onos' + sh 'tools/build/envDefaults && onos-buck build onos' } } }