You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2023/01/15 22:16:23 UTC

[openwhisk-website] branch debug-jenkins updated: try some more

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch debug-jenkins
in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git


The following commit(s) were added to refs/heads/debug-jenkins by this push:
     new 1cc1f60  try some more
1cc1f60 is described below

commit 1cc1f60f5859428aa667af75102aa7525a293c31
Author: David Grove <gr...@us.ibm.com>
AuthorDate: Sun Jan 15 17:16:09 2023 -0500

    try some more
---
 tools/jenkins/website_build.groovy | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/tools/jenkins/website_build.groovy b/tools/jenkins/website_build.groovy
index f0b6eb7..4071256 100644
--- a/tools/jenkins/website_build.groovy
+++ b/tools/jenkins/website_build.groovy
@@ -13,14 +13,12 @@ node("git-websites") {
     export RBENV_ROOT=${WORKSPACE}/shared/.rbenv
     git clone https://github.com/rbenv/rbenv.git ${RBENV_ROOT}
     export PATH=${RBENV_ROOT}/shims:$PATH
+    ${RBENV_ROOT}/bin/rbenv install 3.1.3
     which ruby
     ruby -v 
-    mkdir -p ${GEM_HOME}/gems
-    gem install  --install-dir ${GEM_HOME} jekyll bundler
-    export PATH=${GEM_HOME}/bin:$PATH
+    gem install bundler
     which bundle
-    bundle install --path ${GEM_HOME}
-    bundle
+    bundle install
     npm install
     npm run build:js
     bundle exec jekyll build --verbose