[commit: ghc] wip/jenkins: More debugging (d7fbc6a)

git at git.haskell.org git at git.haskell.org
Sat Jun 3 21:02:11 UTC 2017


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

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

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

commit d7fbc6a33bd259b74b8382af6c6a036aa7f47bf2
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Jun 3 17:02:01 2017 -0400

    More debugging


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

d7fbc6a33bd259b74b8382af6c6a036aa7f47bf2
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 151bc7b..dbc0e26 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -162,6 +162,7 @@ def buildGhc(params) {
     json.put('dirName', getMakeValue(makeCmd, 'BIN_DIST_NAME'))
     json.put('ghcVersion', getMakeValue(makeCmd, 'ProjectVersion'))
     json.put('targetPlatform', getMakeValue(makeCmd, 'TARGETPLATFORM'))
+    echo json.toString
     writeJSON(file: 'bindist.json', json: json)
     sh 'cat bindist.json'
     // Write a file so we can easily file the tarball and bindist directory later



More information about the ghc-commits mailing list