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 3f5bde201 Maps jekkyl path
3f5bde201 is described below

commit 3f5bde2012bf305b8ef2978df845d92714732064
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Fri Oct 7 09:56:30 2022 +0200

    Maps jekkyl path
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

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

Reply via email to