[commit: ghc] wip/jenkins: Debug (04ee922)
git at git.haskell.org
git at git.haskell.org
Thu Jul 27 20:49:42 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/04ee922be710b5dd16984a402ccb13d310379e94/ghc
>---------------------------------------------------------------
commit 04ee922be710b5dd16984a402ccb13d310379e94
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 11:18:23 2017 -0400
Debug
>---------------------------------------------------------------
04ee922be710b5dd16984a402ccb13d310379e94
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