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 18d25dd1f685b24cb43b321668448fe23071e9a1 Author: Hans Van Akelyen <[email protected]> AuthorDate: Sun Nov 8 15:23:04 2020 +0100 add navigation update --- Jenkinsfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7fd5685..3723114 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -76,6 +76,7 @@ pipeline { branch 'master' } steps { + echo 'Adding new Files from Hop' sh ''' cd ./tmp; for f in $(find ./ -name '*.adoc') @@ -91,8 +92,10 @@ pipeline { rm -rf ./tmp rm -rf ./hop ''' + echo 'Generate new Navigation' + sh './generate_navigation.sh' sh 'git add .' - //sh 'git commit -m "Documentation updated to $GIT_COMMIT"' + sh 'git commit -m "Documentation updated to $GIT_COMMIT"' //sh 'git push --force origin master' } }
