From d4bec8d0a8e02913b975c2e4f8f160f1755b4b1c Mon Sep 17 00:00:00 2001 From: yma Date: Mon, 31 Jul 2023 10:47:15 +0800 Subject: [PATCH] Remove sonar and enable console log --- Jenkinsfile | 2 +- src/main/resources/application.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4ac1054..60e1b9d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { expression { env.CHANGE_ID != null } // Pull request } steps { - sh '${M2_HOME}/bin/mvn -B -V clean verify sonar:sonar -Prun-its' + sh '${M2_HOME}/bin/mvn -B -V clean verify -Prun-its' } } stage('Load OCP Mappings') { diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index cbbf294..d75c7b6 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -30,7 +30,7 @@ quarkus: "org.commonjava.indy.service": level: INFO console: - enable: false + enable: true file: level: INFO enable: true