You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by mc...@apache.org on 2020/11/12 19:43:51 UTC

[incubator-hop-docs] 09/18: add navigation update

This is an automated email from the ASF dual-hosted git repository.

mcasters pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git

commit 18d25dd1f685b24cb43b321668448fe23071e9a1
Author: Hans Van Akelyen <ha...@gmail.com>
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'
             }
         }