commit | f4a3491e802f4b0d2351d68b01942f270758c576 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Tue Mar 14 11:17:29 2017 -0700 |
committer | Ray Milkey <ray@onlab.us> | Tue Mar 14 11:17:29 2017 -0700 |
tree | 56285966cb32fd304411f730067c9f0a0e349b32 | |
parent | 50d0a75143eb90d6a83a768222b43dbfcb894f8b [diff] [blame] |
No need for && operator, run it all in the same shell Change-Id: I2b64a580954d625733a9a820132f32e1feec864c
diff --git a/Jenkinsfile b/Jenkinsfile index 9d38b4f..f85abea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -5,7 +5,8 @@ stage('build') { steps { sh '''#!/bin/bash -l - . tools/build/envDefaults && onos-buck build onos + source tools/build/envDefaults + onos-buck build onos ''' } }