Commit d220f7e4 authored by 李欣峰's avatar 李欣峰

<dev>

1.修改gitlab-ci
parent 8dc69f78
Pipeline #35332 failed with stages
in 30 seconds
......@@ -51,7 +51,7 @@ sonar_unit_test:
image: hub.zorkdata.com/devops/maven3.6-jdk1.8:9b09951e
allow_failure: false
script:
- 'bash /$CI_PROJECT_DIR/api-service-project/api-service-web/package/scripts/hosts.sh'
- 'bash /$CI_PROJECT_DIR/api-service-getway-project/api-service-getway-web/package/scripts/hosts.sh'
- 'bash /cicd-script/sonar_unit_test.sh'
sonar_scan:
......@@ -98,4 +98,4 @@ tag_release:
allow_failure: false
script:
- 'bash /cicd-script/maven/cache_clear.sh'
- 'bash /cicd-script/maven/tag_release.sh api-service'
- 'bash /cicd-script/maven/tag_release.sh api-service-getway'
  • SonarQube analysis reported 5 issues

    • 1 major
    • 🔽 4 minor

    Note: The following issues were found on lines that were not modified in the commit. Because these issues can't be reported as line comments, they are summarized here:

    1. Add a private constructor to hide the implicit public one. 📘
    2. 🔽 Remove this unused import 'org.springframework.context.ApplicationContext'. 📘
    3. 🔽 Remove this unused import 'java.util.Map'. 📘
    4. 🔽 Remove this unused import 'javax.validation.Valid'. 📘
    5. 🔽 Make this member "protected". 📘
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment