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 b5fc1379e Adds missing search path to rvm b5fc1379e is described below commit b5fc1379ecf8a225e830001233d624a63873b0f3 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Oct 6 12:05:05 2022 +0200 Adds missing search path to rvm --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 379a744ca..15ee3113f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { environment { RUBY_PATH="${env.WORKSPACE_TMP}/.rvm" GEM_HOME="${RUBY_PATH}/gems" - PATH="${GEM_HOME}/bin:${env.PATH}" + PATH="${RUBY_PATH}/bin:${GEM_HOME}/bin:${env.PATH}" } stages { stage('Build a staged website') {