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 2ea6092d2 Uses context path 2ea6092d2 is described below commit 2ea6092d2f319ac10ef42218d02339709659e482 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri Oct 14 10:51:21 2022 +0200 Uses context path --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0b0de6f42..de8e09fc2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,8 +27,8 @@ pipeline { bundle config set --local path $GEM_HOME bundle install bundle exec jekyll build - - mv $WORKSPACE/_site $DESTINATION + ls -l + mv ./_site $DESTINATION ''' } }