This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch test-build in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/test-build by this push: new 7978dafa5 Adds missing quotes 7978dafa5 is described below commit 7978dafa52e480a819c0e8fa254b8f391dc09142 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Apr 7 08:07:43 2022 +0200 Adds missing quotes --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 150974073..cb75d1e9b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,9 +14,9 @@ pipeline { label 'git-websites' } environment { - RUBY_PATH=${env.HOME}/.rvm - GEM_HOME=${env.RUBY_PATH}/gems - PATH=${GEM_HOME}/bin:${env.PATH} + RUBY_PATH="${env.HOME}/.rvm" + GEM_HOME="${env.RUBY_PATH}/gems" + PATH="${GEM_HOME}/bin:${env.PATH}" } steps { sh """