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 b3442eda0 Maps /tmp
b3442eda0 is described below

commit b3442eda0c902c2da2108b095ee2936a6fe3c81f
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Fri Oct 7 09:59:26 2022 +0200

    Maps /tmp
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b2c0971d8..f785b420c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,7 +19,7 @@ pipeline {
       agent {
         docker {
           image 'jekyll/builder:4.2.2'
-          args '-v $WORKSPACE:/srv/jekyll'
+          args "-v ${env.WORKSPACE}:/srv/jekyll -v ${env.WORKSPACE_TMP}:/tmp"
         }
       }
       steps {

Reply via email to