[commit: ghc] wip/jenkins: Debug (4b1e8ac)

git at git.haskell.org git at git.haskell.org
Thu Jul 27 20:48:09 UTC 2017


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

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

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

commit 4b1e8ac884480df3ad20dc6eeb5857f12c552d81
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu May 18 02:56:06 2017 -0400

    Debug


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

4b1e8ac884480df3ad20dc6eeb5857f12c552d81
 Jenkinsfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7556b50..aff2240 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -34,10 +34,12 @@ def buildGhc(params) {
 
   stage('Checkout') {
     checkout scm
+    sh """git submodule update --init --recursive
+          echo hello
+       """
   }
 
   stage('Build') {
-    sh 'git submodule update --init --recursive'
     def speed = 'NORMAL'
     if (params.nightly) {
       speed = 'SLOW'



More information about the ghc-commits mailing list