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.git


The following commit(s) were added to refs/heads/master by this push:
     new d60c3d9  change to github over gitbox
d60c3d9 is described below

commit d60c3d9e5f915a495cbfa21e624e42d203223c5b
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sun Nov 8 14:38:56 2020 +0100

    change to github over gitbox
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 010ee99..4f1271b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -84,7 +84,7 @@ pipeline {
             steps {
                 dir('hop-doc') {
                     deleteDir()
-                    sh 'git clone -b master 
https://gitbox.apache.org/repos/asf/incubator-hop-docs.git .'
+                    sh 'git clone -b master 
https://github.com/apache/incubator-hop-docs.git .'
                     sh '''
                         cd ../tmp;
                         for f in $(find ./ -name '*.adoc')

Reply via email to