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 0ae8e83 pick up version from .ruby_version
0ae8e83 is described below
commit 0ae8e83c9e61b1e87606a9c475257ad3ebdd8185
Author: David Grove <[email protected]>
AuthorDate: Sun Jan 15 17:56:18 2023 -0500
pick up version from .ruby_version
---
tools/jenkins/.#website_build.groovy | 1 -
tools/jenkins/website_build.groovy | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/tools/jenkins/.#website_build.groovy
b/tools/jenkins/.#website_build.groovy
deleted file mode 120000
index 4db2b21..0000000
--- a/tools/jenkins/.#website_build.groovy
+++ /dev/null
@@ -1 +0,0 @@
-dgrove@Dave's-IBM-Mac.51386
\ No newline at end of file
diff --git a/tools/jenkins/website_build.groovy
b/tools/jenkins/website_build.groovy
index a5fc90d..168dd0f 100644
--- a/tools/jenkins/website_build.groovy
+++ b/tools/jenkins/website_build.groovy
@@ -11,7 +11,7 @@ node("git-websites") {
git clone https://github.com/rbenv/rbenv.git ${RBENV_ROOT}
eval "$(${RBENV_ROOT}/bin/rbenv init - sh)"
git clone https://github.com/rbenv/ruby-build.git "$(rbenv
root)"/plugins/ruby-build
- rbenv install 3.1.3
+ rbenv install
gem install bundler
which bundle
bundle install