[commit: ghc] wip/jenkins: Debug (ec8f586)
git at git.haskell.org
git at git.haskell.org
Sun Jun 4 15:32:18 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/ec8f586f9549e96be8cfa1e0ab69fd9b4cee6eb3/ghc
>---------------------------------------------------------------
commit ec8f586f9549e96be8cfa1e0ab69fd9b4cee6eb3
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 11:32:08 2017 -0400
Debug
>---------------------------------------------------------------
ec8f586f9549e96be8cfa1e0ab69fd9b4cee6eb3
Jenkinsfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index bad87bf..1f31e29 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -42,7 +42,8 @@ stage("Build source distribution") {
sh "mv sdistprep/ghc-${version}-windows-extra-src.tar.xz ghc-win32-tarballs.tar.xz"
def json = new JSONObject()
- json.put('dirName', "ghc-${version}")
+ json.put('dirName', "ghc-${version}" as String)
+ echo "${json}"
writeJSON(file: 'src-dist.json', json: json)
stash(name: 'source-dist', includes: 'ghc-src.tar.xz,ghc-win32-tarballs.tar.xz,src-dist.json')
More information about the ghc-commits
mailing list