This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 21b8017 NO JIRA - Make the cleanup script executable (Try nr. 2)
21b8017 is described below
commit 21b80173e5e5b9b96f338d3e5194d82284688eb2
Author: Christofer Dutz <[email protected]>
AuthorDate: Tue Mar 19 13:02:29 2019 +0100
NO JIRA
- Make the cleanup script executable (Try nr. 2)
---
Jenkinsfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index b156854..e1ecf6c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -179,6 +179,8 @@ pipeline {
echo 'Staging Site'
// Build a directory containing the aggregated website.
sh 'mvn -P${JENKINS_PROFILE} site:stage'
+ // Make sure the script is executable.
+ sh 'chmod +x tools/clean-site.sh'
// Remove some redundant resources, which shouldn't be
required.
sh 'tools/clean-site.sh'
// Stash the generated site so we can publish it on the
'git-website' node.