commit | eb6230ad73e81b226a159faf6e447f6043ab5287 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Tue Mar 14 09:48:06 2017 -0700 |
committer | Ray Milkey <ray@onlab.us> | Tue Mar 14 09:48:57 2017 -0700 |
tree | da844c0fc09e74f8593c9c817f4c8a8bdd59d305 | |
parent | 0bc7fdbbe4eadbea03b4680174b1aee1077ffde5 [diff] |
set up dev environment Change-Id: I11475b8d4dd7d7101ac1756fa78694eee74952c4
diff --git a/Jenkinsfile b/Jenkinsfile index 8432554..65e4574 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -1,9 +1,12 @@ pipeline { agent any + environment { + + } stages { stage('build') { steps { - sh 'buck build onos' + sh 'tools/build/envDefaults && buck build onos' } } }