[neon/infrastructure/pangea-gemstash] /: more gemstash blind port

Carlos De Maine null at kde.org
Thu Jun 1 21:23:43 BST 2023


Git commit 66ffb77e8584f753bc530820d86e628669ab59a1 by Carlos De Maine.
Committed on 01/06/2023 at 20:23.
Pushed by carlosdem into branch 'master'.

more gemstash blind port

M  +2    -2    Jenkinsfile

https://invent.kde.org/neon/infrastructure/pangea-gemstash/-/commit/66ffb77e8584f753bc530820d86e628669ab59a1

diff --git a/Jenkinsfile b/Jenkinsfile
index 6a75b30..c88e240 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -9,7 +9,7 @@ parallel(
       git_clone 'https://anongit.kde.org/releaseme', 'releaseme'
       sh 'ls -lah'
       sh 'ls -lah releaseme'
-      sh "ruby geminabox/build_gem.rb `pwd`/releaseme"
+      sh "ruby gemstash/build_gem.rb `pwd`/releaseme"
     }
   },
   "git[jenkins_junit_builder]": {
@@ -18,7 +18,7 @@ parallel(
       git_clone 'https://github.com/hsitter/jenkins_junit_builder', 'jenkins_junit_builder'
       sh 'ls -lah'
       sh 'ls -lah jenkins_junit_builder'
-      sh "ruby geminabox/build_gem.rb `pwd`/jenkins_junit_builder"
+      sh "ruby gemstash/build_gem.rb `pwd`/jenkins_junit_builder"
     }
   }
 )


More information about the Neon-commits mailing list