[commit: ghc] wip/jenkins: Debug (2d9e9da)
git at git.haskell.org
git at git.haskell.org
Fri Jun 9 07:23:34 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/2d9e9da84f7fe9dffde67ccfc261aeea90bb682b/ghc
>---------------------------------------------------------------
commit 2d9e9da84f7fe9dffde67ccfc261aeea90bb682b
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 11:32:08 2017 -0400
Debug
>---------------------------------------------------------------
2d9e9da84f7fe9dffde67ccfc261aeea90bb682b
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