You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2018/09/25 14:41:37 UTC

brooklyn git commit: jenkins: add submodule-init

Repository: brooklyn
Updated Branches:
  refs/heads/master 4b9d577cf -> 2610f6898


jenkins: add submodule-init


Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/2610f689
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/2610f689
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn/diff/2610f689

Branch: refs/heads/master
Commit: 2610f689804974f93cfbc2c63ca0d9a98be5ca66
Parents: 4b9d577
Author: Aled Sage <al...@gmail.com>
Authored: Tue Sep 25 15:41:27 2018 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Tue Sep 25 15:41:27 2018 +0100

----------------------------------------------------------------------
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn/blob/2610f689/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 0fcd6d3..e06ad4b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,6 +31,7 @@ node(label: 'ubuntu') {
             stage('Prepare environment') {
                 echo 'Creating maven cache ...'
                 sh 'mkdir -p ${WORKSPACE}/.m2'
+                sh 'git submodule init'
                 sh 'git submodule update --remote --merge --recursive'
                 echo 'Building docker image for test environment ...'
                 environmentDockerImage = docker.build('brooklyn:${DOCKER_TAG}')