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 16445b286 Stops installing ruby 16445b286 is described below commit 16445b28679e0cfe8a94525fdde18e89fe84cfe6 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Wed Oct 19 15:08:06 2022 +0200 Stops installing ruby --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 694b8e34f..0c6485711 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,9 +23,8 @@ pipeline { curl -sSL https://get.rvm.io | bash -s -- --path ${RUBY_PATH} mkdir -p ${GEM_HOME} - - rvm install 2.7.6 - gem install --install-dir ${GEM_HOME} bundler -v '2.3.13' + + gem install --install-dir ${GEM_HOME} bundler -v '2.3.23' bundle config set --local path ${GEM_HOME} bundle install