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

git at git.haskell.org git at git.haskell.org
Sat Jun 3 22:04:17 UTC 2017


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

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

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

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

    More debugging


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

fa1ef38be2a6846e2c6706a84345fcef51910803
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 151bc7b..024f004 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -162,6 +162,8 @@ 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}"
+    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