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

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

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

    Skip tests in jenkins deploy stage (#227)
    
    (cherry picked from commit 0d6417faa5bddc57857d2ea4183403c74e9adb28)
---
 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