[commit: ghc] wip/jenkins: Debug (633dbc8)
git at git.haskell.org
git at git.haskell.org
Fri Jun 9 07:23:21 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/633dbc8c3c6229cfacf7387c7e95819be546c9a6/ghc
>---------------------------------------------------------------
commit 633dbc8c3c6229cfacf7387c7e95819be546c9a6
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 11:18:23 2017 -0400
Debug
>---------------------------------------------------------------
633dbc8c3c6229cfacf7387c7e95819be546c9a6
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