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 d975e82 fix: docker build on builds.apache.org
d975e82 is described below
commit d975e823a3ccb5441822d2e29e1dc8906ad64298
Author: Zoran Regvart <[email protected]>
AuthorDate: Tue Apr 14 17:26:17 2020 +0200
fix: docker build on builds.apache.org
As sugested on INFRA-20116[1]
[1]
https://issues.apache.org/jira/browse/INFRA-20116?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&focusedCommentId=17083338#comment-17083338
---
Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index aa480b3..7ebc74c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -49,6 +49,7 @@ pipeline {
dir 'camel-website'
label "$NODE"
reuseNode true
+ args '-u root'
}
}