[commit: ghc] wip/jenkins: Debug (e8ffc6d)
git at git.haskell.org
git at git.haskell.org
Sat Jun 17 13:52:19 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/e8ffc6d2b9b3a6433020de3d8df45e9b5c337712/ghc
>---------------------------------------------------------------
commit e8ffc6d2b9b3a6433020de3d8df45e9b5c337712
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 11:18:23 2017 -0400
Debug
>---------------------------------------------------------------
e8ffc6d2b9b3a6433020de3d8df45e9b5c337712
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