Oops, fixed URL to latest sucessful build with pre-built STC and librun
authorJan Vrany <jan.vrany@fit.cvut.cz>
Mon, 06 Mar 2017 21:21:07 +0000
changeset 125 aaafde2b6c31
parent 124 d89325244d7c
child 126 9cd66b79ca54
child 137 e665031cade7
Oops, fixed URL to latest sucessful build with pre-built STC and librun
specs/stx-jv.rbspec
--- a/specs/stx-jv.rbspec	Fri Feb 10 23:50:23 2017 +0000
+++ b/specs/stx-jv.rbspec	Mon Mar 06 21:21:07 2017 +0000
@@ -15,7 +15,7 @@
   else        
     error_unsupported_platform()
   end
-  build = Jenkins::Build.new(%Q{https://swing.fit.cvut.cz/jenkins/job/stx_jv/lastSuccessfulBuild})
+  build = Jenkins::Build.new(%Q{https://swing.fit.cvut.cz/jenkins/job/stx_jv/lastStableBuild})
   platform = build_platform_id()
   build.artifacts.each do | artifact |    
     if (pattern =~ artifact.name) and (artifact.name.include? platform) then