You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by jc...@apache.org on 2019/05/03 12:59:02 UTC

[incubator-zipkin-website] branch 8_fix_swagger_ui created (now 5971794)

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

jcchavezs pushed a change to branch 8_fix_swagger_ui
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git.


      at 5971794  enables listing of subdirectories in check environment.

This branch includes the following new commits:

     new 5971794  enables listing of subdirectories in check environment.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-zipkin-website] 01/01: enables listing of subdirectories in check environment.

Posted by jc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jcchavezs pushed a commit to branch 8_fix_swagger_ui
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git

commit 5971794e375107b7c299d9697baa91df95ca097d
Author: José Carlos Chávez <jc...@gmail.com>
AuthorDate: Fri May 3 14:58:50 2019 +0200

    enables listing of subdirectories in check environment.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9b49bb9..c788e5c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -37,7 +37,7 @@ pipeline {
 			steps {
 				sh 'env'
 				sh 'pwd'
-				sh 'ls'
+				sh 'ls -lR'
 				sh 'alias'
 				sh 'git config --list --local'
 				sh 'git config --list --global'