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 307237a fix folder definition
307237a is described below
commit 307237a3c0983c8c6aeea5eebe41fecbaad3da6b
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sun Nov 8 15:09:29 2020 +0100
fix folder definition
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index af75117..eed3294 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -69,7 +69,7 @@ pipeline {
steps {
sh 'mkdir ./tmp'
sh 'cd hop'
- sh "find . -name '*.adoc' -exec cp -prv --parents '{}'
'../tmp/' ';'"
+ sh "find ./ -name '*.adoc' -exec cp -prv --parents '{}'
'../tmp/' ';'"
}
}
stage('Process Docs') {