This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/master by this push: new 7d88f2be0 Uses home dir to install gems 7d88f2be0 is described below commit 7d88f2be01965cb1d8ab18868bdb37be07d86fe1 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Wed Oct 12 08:01:03 2022 +0200 Uses home dir to install gems --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b66c477c1..9d7597a56 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { } steps { sh ''' - export RUBY_PATH="/tmp/.rvm" + export RUBY_PATH="$HOME/.rvm" export GEM_HOME="$RUBY_PATH/gems" export PATH="$GEM_HOME/bin:$PATH"