commit | 2d7371a6f4729d0689e935d320ef165eabb4bfc1 | [log] [tgz] |
---|---|---|
author | Devin Lim <devin@opennetworking.org> | Tue May 08 18:02:05 2018 -0700 |
committer | Devin Lim <devin@opennetworking.org> | Tue May 08 18:02:05 2018 -0700 |
tree | 45b6bfd594e4159b129c0d268a2ff1882709bcde | |
parent | 4838175a00075ef1543f0e608cb5c7a426ed2c50 [diff] |
Add stc setup to the trigger to prevent Natty Exception from BM Change-Id: Ia87e92731d37dc0a9cbdaa7a1447fdd55cd7eca6
diff --git a/TestON/JenkinsFile/TriggerFuncs.groovy b/TestON/JenkinsFile/TriggerFuncs.groovy index 8cefc50..6d567a7 100644 --- a/TestON/JenkinsFile/TriggerFuncs.groovy +++ b/TestON/JenkinsFile/TriggerFuncs.groovy
@@ -169,7 +169,9 @@ echo -e "\n##### Stop all running instances of Karaf #####" kill $(ps -efw | grep karaf | grep -v grep | awk '{print $2}') sleep 30 - git branch''' + git branch + stc setup + ''' } return result }