# HG changeset patch # User Jan Vrany # Date 1488835267 0 # Node ID aaafde2b6c31e706e9c806430bfa36c200b8771a # Parent d89325244d7c67d56d481d68042a26d9a6b16310 Oops, fixed URL to latest sucessful build with pre-built STC and librun diff -r d89325244d7c -r aaafde2b6c31 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