This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 08e59b1 leave tmp dir for delete
08e59b1 is described below
commit 08e59b1bad32f64f56875c81676fa894cf7f26e1
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sun Nov 8 15:15:24 2020 +0100
leave tmp dir for delete
---
Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index 1b6ae0a..7fd5685 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -87,6 +87,7 @@ pipeline {
mkdir -p
../hop-user-manual/modules/ROOT/pages$FILEPATH && cp $f
../hop-user-manual/modules/ROOT/pages$FILEPATH;
fi
done
+ cd ..
rm -rf ./tmp
rm -rf ./hop
'''