commit | 8d86f5a22b0ab124e48dc315c11a8f00516b5c24 | [log] [tgz] |
---|---|---|
author | Jeremy Ronquillo <j_ronquillo@u.pacific.edu> | Thu Aug 22 14:48:34 2019 -0700 |
committer | Jeremy Ronquillo <j_ronquillo@u.pacific.edu> | Thu Aug 22 14:48:34 2019 -0700 |
tree | 5bc3f9f5d1a82c6541df310859ba273679c7a144 | |
parent | 8bc75e8ddccb85abbe3092a189a1c4b695569bed [diff] |
Fix for micro-onos testing pipeline Change-Id: I180b67e96193e4346c52e027e0639e762e2cd51d
diff --git a/TestON/JenkinsFile/MOJenkinsFile.groovy b/TestON/JenkinsFile/MOJenkinsFile.groovy index 01600c0..4b4b05c 100644 --- a/TestON/JenkinsFile/MOJenkinsFile.groovy +++ b/TestON/JenkinsFile/MOJenkinsFile.groovy
@@ -148,7 +148,7 @@ catchError{ run = test.toLowerCase() - "momake" sh script: prepareRunningTest() + - runMicroOnosTest( test ), label: "Prepare and Run: make " + run + runMicroOnosTest( run ), label: "Prepare and Run: make " + run didTestFail = false } catchError{