commit | 7c283697915cf1a784589deb5476a657ef379323 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Tue Mar 14 12:42:42 2017 -0700 |
committer | Ray Milkey <ray@onlab.us> | Tue Mar 14 12:42:42 2017 -0700 |
tree | 58a79a02ca47118ac5b8f68109eb695ce9e35483 | |
parent | e89cfd2d46f192fa1383f382e72d3451b548afb4 [diff] [blame] |
fix syntax error Change-Id: I42ee95f41871b41626e2f96095bd2eef25138638
diff --git a/Jenkinsfile b/Jenkinsfile index a8d92ac..8d35f19 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -11,14 +11,15 @@ ''' } } - } - stage('unit-test') { - steps { - sh '''#!/bin/bash -l - ONOS_ROOT=`pwd` - source tools/build/envDefaults - onos-buck test - ''' + + stage('unit-test') { + steps { + sh '''#!/bin/bash -l + ONOS_ROOT=`pwd` + source tools/build/envDefaults + onos-buck test + ''' + } } }