Hey,
I’m getting this error with my gitlab ci server, however running mvn verify command works normally.
It’s working on other projects, just this one.
ci config:
sonarqube-check:
stage: sonarqube-check
variables:
SONAR_USER_HOME: ".sonar"
GIT_DEPTH: "0"
cache:
key: "${CI_JOB_NAME}"
paths:
- .sonar/cache
- .m2
script:
- 'mvn $MAVEN_CLI_OPTS verify sonar:sonar -Dsonar.qualitygate.wait=true -s ci_settings.xml -X'
allow_failure: true
Trace: Sonar issue text code | WTOOLS
Thanks for help