You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2018/04/18 15:53:57 UTC

[sling-ide-tooling] 02/02: SLING-7587 - Create a CLI-only tool to sync content

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch feature/SLING-7587
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git

commit 4935cc955f7f8610481753e7ed6295bc1f1dfe43
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Apr 17 15:09:03 2018 +0300

    SLING-7587 - Create a CLI-only tool to sync content
    
    Update the Jenkinsfile to also build the CLI modules.
---
 Jenkinsfile | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index c040451..d37e9d6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,6 +18,15 @@ pipeline {
             }
         }
 
+        stage ('Build CLI bundles') {
+            steps {
+                timeout(10) {
+                    sh 'mvn -f cli clean install'
+                }
+                junit 'shared/**/surefire-reports/*.xml'
+            }
+        }
+
         stage ('Build shared code P2 repository') {
             steps {
                 timeout(10) {

-- 
To stop receiving notification emails like this one, please contact
rombert@apache.org.