[commit: ghc] wip/jenkins: Debug (c436d8c)

git at git.haskell.org git at git.haskell.org
Fri Jul 28 16:41:21 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/c436d8caaca9846df1c8f68e277377163bc0653f/ghc

>---------------------------------------------------------------

commit c436d8caaca9846df1c8f68e277377163bc0653f
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Jun 4 11:18:23 2017 -0400

    Debug


>---------------------------------------------------------------

c436d8caaca9846df1c8f68e277377163bc0653f
 Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a1a6b13..c924e85 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -223,8 +223,9 @@ def withGhcSrcDist(Closure f) {
     }
 
     def metadata = readJSON file: 'src-dist.json'
+    sh "cat src-dist.json"
     echo "${metadata}"
-    sh "${metadata.dirName}"
+    sh "echo ${metadata.dirName}; ls ${metadata.dirName}"
     dir(metadata.dirName) {
       f()
     }



More information about the ghc-commits mailing list