This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 081ed0f  fix(build): two more occurances fixed
081ed0f is described below

commit 081ed0fff9d19506fa2df0cc0c02a9b3f64b400e
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Tue Apr 14 17:29:38 2020 +0200

    fix(build): two more occurances fixed
---
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7ebc74c..f41cbcf 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -69,6 +69,7 @@ pipeline {
                     dir 'camel-website'
                     label "$NODE"
                     reuseNode true
+                    args '-u root'
                 }
             }
 
@@ -88,6 +89,7 @@ pipeline {
                     dir 'camel-website'
                     label "$NODE"
                     reuseNode true
+                    args '-u root'
                 }
             }
 

Reply via email to