Use `buildBUILD_ID` in test report filenames so they can be easily matched by Jenkins.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 26 May 2016 22:31:42 +0100
changeset 15 5a7b5d08e46b
parent 14 a06f34a18af0
child 16 059275c44081
Use `buildBUILD_ID` in test report filenames so they can be easily matched by Jenkins.
rakelib/test.rake
--- a/rakelib/test.rake	Thu May 26 21:41:42 2016 +0100
+++ b/rakelib/test.rake	Thu May 26 22:31:42 2016 +0100
@@ -40,7 +40,7 @@
     else
         runner_opts = "-I -f #{run_report_st}"
     end    
-    sh "#{exe} #{runner_opts} #{global_opts} -i \"#{BUILD_ID}\" -D \"#{report_dir}\" -r #{report} #{report_opts} #{packages_args}"
+    sh "#{exe} #{runner_opts} #{global_opts} -i \"build#{BUILD_ID}\" -D \"#{report_dir}\" -r #{report} #{report_opts} #{packages_args}"
   end
 end