This is an automated email from the ASF dual-hosted git repository. mcasters pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git
commit 0146d8801c215bb33c7dd81c209dcab1abba1669 Author: Hans Van Akelyen <[email protected]> AuthorDate: Sun Nov 8 16:57:50 2020 +0100 enable push --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b18ed32..fc05712 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -101,7 +101,7 @@ pipeline { sh "cp -R $WORKSPACE/hop-user-manual/. ./hop-user-manual/" sh 'git add .' sh 'git commit -m "Documentation updated to $(git rev-parse --short HEAD)"' - //sh 'git push origin asf-site' + sh 'git push origin asf-site' } } }
