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 <[email protected]> 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'
