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

lukaszlenart pushed a commit to branch results
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/results by this push:
     new df28c190a Shows bundler version
df28c190a is described below

commit df28c190ab74dc397762b76843e18b30b7481dc3
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Wed Oct 19 15:38:26 2022 +0200

    Shows bundler version
---
 Gemfile.lock | 1 +
 Jenkinsfile  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Gemfile.lock b/Gemfile.lock
index f82d005c9..712360637 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -59,6 +59,7 @@ GEM
     unicode-display_width (1.8.0)
 
 PLATFORMS
+  x86_64-darwin-21
   x86_64-linux-musl
 
 DEPENDENCIES
diff --git a/Jenkinsfile b/Jenkinsfile
index 69c0f0c8a..3bcb3d7a6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -26,6 +26,7 @@ pipeline {
 
           gem install --install-dir ${GEM_HOME} bundler -v '2.3.23'
           
+          bundle -v
           bundle config set --local path ${GEM_HOME}
           bundle install
           bundle exec jekyll build

Reply via email to