Switch URL of prebuilt stc and librun archives to 'production' job 'stx_jv'
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 02 Jun 2016 08:08:33 +0100
changeset 29 cd2e05aff563
parent 28 9d95c1c8f2ec
child 30 c56583dd22c8
Switch URL of prebuilt stc and librun archives to 'production' job 'stx_jv' ...i.e., to https://swing.fit.cvut.cz/jenkins/job/stx_jv/ARCH=#{ARCH},PLATFORM=#{plat}N/lastSuccessfulBuild
rakelib/support.rb
specs/stx-jv.rbspec
--- a/rakelib/support.rb	Wed Jun 01 00:00:35 2016 +0100
+++ b/rakelib/support.rb	Thu Jun 02 08:08:33 2016 +0100
@@ -63,7 +63,7 @@
     else        
       error_unsupported_platform()
     end
-    return Jenkins::Build.new(%Q{https://swing.fit.cvut.cz/jenkins/job/stx_jv_new/ARCH=#{ARCH},PLATFORM=#{plat}N/lastSuccessfulBuild})
+    return Jenkins::Build.new(%Q{https://swing.fit.cvut.cz/jenkins/job/stx_jv/ARCH=#{ARCH},PLATFORM=#{plat}N/lastSuccessfulBuild})
   end
 
   class Artifact
--- a/specs/stx-jv.rbspec	Wed Jun 01 00:00:35 2016 +0100
+++ b/specs/stx-jv.rbspec	Thu Jun 02 08:08:33 2016 +0100
@@ -14,7 +14,7 @@
   else        
     error_unsupported_platform()
   end
-  build = Jenkins::Build.new(%Q{https://swing.fit.cvut.cz/jenkins/job/stx_jv_new/ARCH=#{ARCH},PLATFORM=#{plat}N/lastSuccessfulBuild})
+  build = Jenkins::Build.new(%Q{https://swing.fit.cvut.cz/jenkins/job/stx_jv/ARCH=#{ARCH},PLATFORM=#{plat}N/lastSuccessfulBuild})
   build.artifacts.each do | artifact |
     if pattern =~ artifact.name then
       if artifact.name.end_with? '.sha256' then