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

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d6417f  Skip tests in jenkins deploy stage (#227)
0d6417f is described below

commit 0d6417faa5bddc57857d2ea4183403c74e9adb28
Author: MT BENTERKI <[email protected]>
AuthorDate: Tue Jan 5 14:33:59 2021 +0100

    Skip tests in jenkins deploy stage (#227)
---
 Jenkinsfile       | 4 ++--
 Jenkinsfile-jdk11 | 4 ++--
 2 files changed, 4 insertions(+), 4 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
+}
diff --git a/Jenkinsfile-jdk11 b/Jenkinsfile-jdk11
index aaaab69..dd3f5d2 100644
--- a/Jenkinsfile-jdk11
+++ b/Jenkinsfile-jdk11
@@ -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
+}

Reply via email to