You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dj...@apache.org on 2021/04/28 00:33:39 UTC

[aries-antora] branch master updated: try gitbox

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

djencks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-antora.git


The following commit(s) were added to refs/heads/master by this push:
     new 19bbd42  try gitbox
19bbd42 is described below

commit 19bbd42902697894192b43f90bdee649a539b16a
Author: David Jencks <dj...@apache.org>
AuthorDate: Tue Apr 27 17:33:27 2021 -0700

    try gitbox
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index fecdc3b..485bc80 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -14,7 +14,7 @@ pipeline {
             steps {
                 sh 'rm -rf build'
 // clone the aries-site-pub repo
-                sh 'git clone --depth 1 https://github.com/apache/aries-site-pub.git build/site'
+                sh 'git clone --depth 1 https://gitbox.apache.org/repos/asf/aries-site-pub.git build/site'
                 dir('build/site') {
                     sh 'git rm -r .'
                 }
@@ -25,7 +25,7 @@ pipeline {
                 dir('build/site') {
 		  sh 'git add .'
 		  sh 'echo `git commit -m "site build"`'
-                  sh 'git push https://github.com/apache/aries-site-pub.git master'
+                  sh 'git push https://gitbox.apache.org/repos/asf/aries-site-pub.git master'
 		}
             }
         }