Skip to content

Commit

Permalink
Remove sonar and enable console log
Browse files Browse the repository at this point in the history
  • Loading branch information
yma96 committed Jul 31, 2023
1 parent ad3ded8 commit d4bec8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ quarkus:
"org.commonjava.indy.service":
level: INFO
console:
enable: false
enable: true
file:
level: INFO
enable: true
Expand Down

0 comments on commit d4bec8d

Please sign in to comment.