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 d72b76e fix wrong closure
d72b76e is described below
commit d72b76e46a270dded437c38c6363cbdde38b7c1b
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sun Nov 8 15:04:26 2020 +0100
fix wrong closure
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 0d31f77..0658671 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -60,6 +60,7 @@ pipeline {
deleteDir()
sh 'git clone -b master
https://github.com/apache/incubator-hop.git .'
}
+ }
}
stage('Copy project docs') {
when {
@@ -92,7 +93,6 @@ pipeline {
//sh 'git add .'
//sh 'git commit -m "Documentation updated to $GIT_COMMIT"'
//sh 'git push --force origin master'
- }
}
}
}