You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by ta...@apache.org on 2020/12/16 10:56:20 UTC

[unomi] branch update-jenkinsfile created (now 35cc916)

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

taybou pushed a change to branch update-jenkinsfile
in repository https://gitbox.apache.org/repos/asf/unomi.git.


      at 35cc916  Skip tests in jenkins deploy stage

This branch includes the following new commits:

     new 35cc916  Skip tests in jenkins deploy stage

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[unomi] 01/01: Skip tests in jenkins deploy stage

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

taybou pushed a commit to branch update-jenkinsfile
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit 35cc916ac7a9eae1a9839ee352bbc08d14a8104a
Author: Taybou <be...@gmail.com>
AuthorDate: Wed Dec 16 11:56:09 2020 +0100

    Skip tests in jenkins deploy stage
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 37620f4..e777517 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -116,7 +116,7 @@ pipeline {
             }
             steps {
                 echo 'Deploying'
-                sh 'mvn deploy'
+                sh 'mvn deploy -DskipTests'
             }
         }
     }
@@ -178,4 +178,4 @@ Is back to normal.
         }
     }
 
-}
\ No newline at end of file
+}