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 <[email protected]> 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 +}
