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 ddd4fddfd37d8b84e90af7c30b9dd1d9117421cf Author: Hans Van Akelyen <[email protected]> AuthorDate: Sun Nov 8 15:54:56 2020 +0100 push to HEAD:master --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2f75bdf..ef72dd7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -99,7 +99,7 @@ pipeline { sh './generate_navigation.sh' sh 'git add .' sh 'git commit -m "Documentation updated to $GIT_COMMIT"' - sh 'git push --force origin master' + sh 'git push --force origin HEAD:master' } } stage('Website update') { @@ -112,7 +112,7 @@ pipeline { } } } - + post { always { cleanWs()
