UNCLASSIFIED

Commit bea593a0 authored by Branden Cobb's avatar Branden Cobb
Browse files

cxx plugin doesn't work with v9

parent 8f41f2ab
Pipeline #465377 failed with stages
in 4 minutes and 2 seconds
...@@ -2,8 +2,7 @@ ...@@ -2,8 +2,7 @@
FROM registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube9-community:9.0-community FROM registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube9-community:9.0-community
# Add needed Plugins # Add needed Plugins
ADD https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/2.0.8/sonar-dependency-check-plugin-2.0.8.jar /opt/sonarqube/extensions/plugins/ ADD https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/2.0.8/sonar-dependency-check-plugin-2.0.8.jar /opt/sonarqube/extensions/plugins/
#ADD https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-2.0.5/sonar-cxx-plugin-2.0.5.2867.jar /opt/sonarqube/extensions/plugins/ ADD https://github.com/OtherDevOpsGene/zap-sonar-plugin/releases/download/sonar-zap-plugin-2.3.0/sonar-zap-plugin-2.3.0.jar /opt/sonarqube/extensions/plugins/
#ADD https://github.com/OtherDevOpsGene/zap-sonar-plugin/releases/download/sonar-zap-plugin-2.3.0/sonar-zap-plugin-2.3.0.jar /opt/sonarqube/extensions/plugins/
USER root USER root
RUN chown -R sonarqube:sonarqube /opt/sonarqube/extensions/plugins RUN chown -R sonarqube:sonarqube /opt/sonarqube/extensions/plugins
USER sonarqube USER sonarqube
...@@ -12,6 +12,7 @@ describe('Basic Sonarqube', function() { ...@@ -12,6 +12,7 @@ describe('Basic Sonarqube', function() {
cy.get('input[name="password"]').type(Cypress.env('newpassword')) cy.get('input[name="password"]').type(Cypress.env('newpassword'))
cy.get('input[name="password_confirmation"]').type(Cypress.env('newpassword')) cy.get('input[name="password_confirmation"]').type(Cypress.env('newpassword'))
cy.get('button[id="change-password"]').click() cy.get('button[id="change-password"]').click()
cy.contains("I understand the risk").click()
cy.title().should('include', 'How do you want to create your project?') cy.title().should('include', 'How do you want to create your project?')
} else { } else {
cy.title().should('include', 'How do you want to create your project?') cy.title().should('include', 'How do you want to create your project?')
......
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