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:47:56 UTC

[openwhisk-website] branch debug-jenkins updated: remove debug junk

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 6d09d0f  remove debug junk
6d09d0f is described below

commit 6d09d0f69190ce22b304c16fe62d9b8b436892e9
Author: David Grove <gr...@us.ibm.com>
AuthorDate: Sun Jan 15 17:47:38 2023 -0500

    remove debug junk
---
 tools/jenkins/{website_build.groovy => #website_build.groovy#} | 7 -------
 tools/jenkins/.#website_build.groovy                           | 1 +
 tools/jenkins/website_build.groovy                             | 6 ------
 3 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/tools/jenkins/website_build.groovy b/tools/jenkins/#website_build.groovy#
similarity index 94%
copy from tools/jenkins/website_build.groovy
copy to tools/jenkins/#website_build.groovy#
index 7aefb9a..7bb4ce4 100644
--- a/tools/jenkins/website_build.groovy
+++ b/tools/jenkins/#website_build.groovy#
@@ -5,21 +5,14 @@ node("git-websites") {
     // Run jekyll
     checkout scm
     sh '''
-    ls
-    pwd
-    env
     export
     echo "Install rbenv into the workspace"
     export RBENV_ROOT=${WORKSPACE}/shared/.rbenv
     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
-    echo $PATH
     rbenv install 3.1.3
-    which ruby
-    ruby -v 
     gem install bundler
-    which bundle
     bundle install
     npm install
     npm run build:js
diff --git a/tools/jenkins/.#website_build.groovy b/tools/jenkins/.#website_build.groovy
new file mode 120000
index 0000000..4db2b21
--- /dev/null
+++ b/tools/jenkins/.#website_build.groovy
@@ -0,0 +1 @@
+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 7aefb9a..a5fc90d 100644
--- a/tools/jenkins/website_build.groovy
+++ b/tools/jenkins/website_build.groovy
@@ -5,19 +5,13 @@ node("git-websites") {
     // Run jekyll
     checkout scm
     sh '''
-    ls
-    pwd
-    env
     export
     echo "Install rbenv into the workspace"
     export RBENV_ROOT=${WORKSPACE}/shared/.rbenv
     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
-    echo $PATH
     rbenv install 3.1.3
-    which ruby
-    ruby -v 
     gem install bundler
     which bundle
     bundle install