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 50861e64c Uses full path 50861e64c is described below commit 50861e64c5e1fc7b89fd105eaae7cd4895285010 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri Oct 14 09:36:26 2022 +0200 Uses full path --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 11376c449..0b0de6f42 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ pipeline { bundle install bundle exec jekyll build - mv _site $DESTINATION + mv $WORKSPACE/_site $DESTINATION ''' } }