[commit: ghc] wip/jenkins: Debug (8337e9b)
git at git.haskell.org
git at git.haskell.org
Thu Jul 27 20:51:44 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/8337e9bd4a4889a7aef7523d47dba2b26d5829b9/ghc
>---------------------------------------------------------------
commit 8337e9bd4a4889a7aef7523d47dba2b26d5829b9
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 11:32:08 2017 -0400
Debug
>---------------------------------------------------------------
8337e9bd4a4889a7aef7523d47dba2b26d5829b9
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