From 6643a49a9f312b0bc6f6b7254b465fab190963bb Mon Sep 17 00:00:00 2001 From: Riz Urian <98958099+rizjosel@users.noreply.github.com> Date: Sat, 27 Dec 2025 09:58:31 +0800 Subject: [PATCH] Update Jenkinsfile Signed-off-by: Riz Urian <98958099+rizjosel@users.noreply.github.com> --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c4bdb51a5..3cd13b930 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { stage('Build Application (Gradle)') { steps { - sh './gradlew clean build' + sh './gradlew clean build -x test' archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true junit 'build/test-results/test/*.xml' }