[commit: ghc] wip/jenkins: Add THREADS parameter (caf1132)
git at git.haskell.org
git at git.haskell.org
Sun Jun 4 05:09:15 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/caf1132695bf60125b7d0f49e0e0b817304a0e33/ghc
>---------------------------------------------------------------
commit caf1132695bf60125b7d0f49e0e0b817304a0e33
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat May 13 11:59:37 2017 -0400
Add THREADS parameter
>---------------------------------------------------------------
caf1132695bf60125b7d0f49e0e0b817304a0e33
Jenkinsfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index f643e51..b661917 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,7 +1,8 @@
pipeline {
agent any
parameters {
- booleanParam(name: 'build_docs', defaultValue: false, description: 'build and upload documentation')
+ booleanParam(name: 'build_docs', defaultValue: false, description: 'build and upload documentation'),
+ string(name: 'THREADS', defaultValue: '2', description: 'available parallelism')
}
stages {
More information about the ghc-commits
mailing list