[commit: ghc] wip/jenkins: Debuggging (ef17038)
git at git.haskell.org
git at git.haskell.org
Fri Jun 9 07:24:13 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/ef170380804abe1576fb19675fcc81addf60fac7/ghc
>---------------------------------------------------------------
commit ef170380804abe1576fb19675fcc81addf60fac7
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 11:12:23 2017 -0400
Debuggging
>---------------------------------------------------------------
ef170380804abe1576fb19675fcc81addf60fac7
Jenkinsfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 59daa63..a1a6b13 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -223,6 +223,8 @@ def withGhcSrcDist(Closure f) {
}
def metadata = readJSON file: 'src-dist.json'
+ echo "${metadata}"
+ sh "${metadata.dirName}"
dir(metadata.dirName) {
f()
}
@@ -237,7 +239,7 @@ def withGhcBinDist(String targetTriple, Closure f) {
echo "${metadata}"
sh "tar -xf ${metadata.tarName}"
sh "tar -xf ghc-testsuite.tar.xz"
- dir("${metadata.dirName}") {
+ dir(metadata.dirName) {
try {
f()
} finally {
More information about the ghc-commits
mailing list