change sonarqube

This commit is contained in:
Yuxin Deng 2025-11-12 02:10:19 -05:00
commit 8dc60e0b86

2
Jenkinsfile vendored
View file

@ -37,7 +37,7 @@ pipeline {
stage('Test') {
steps {
echo 'Running tests...'
echo 'Running tests with default profile (skip docker compose)...'
sh './mvnw test'
}
post {