Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat-sonarqube: Added sonar quality gateway conversion #257

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vanisrikanithi
Copy link
Contributor

Sonar Quality Gate go-conversion:
Added "Sonar Quality Gate" support to go-convert specific to jenkins migration.

Sonar Quality Gate Jenkins Trace:
vani_sonar_Trace.json

go run main.go jenkinsjson --downgrade ~/go/vani_sonar_Trace.json

Sonar Quality Gate Harness test pipeline here.

Sonar Quality Gate harness pipeline step:

- step:
    identifier: waitforqualitygate6278c9
    name: Sonarqube_Quality_Gate
    spec:
      image: 'plugins/sonarqube-scanner:v2.4.2'
      settings:
        scm_disabled: 'false'
        skip_scan: 'false'
        sonar_host: <+input>
        sonar_key: <+input>
        sonar_name: <+input>
        sonar_organization: <+input>
        sonar_quality_enabled: 'true'
        sonar_qualitygate: OK
        sonar_token: <+input>
        sources: .
        timeout: '300'
    timeout: ''
    type: Plugin

@vanisrikanithi
Copy link
Contributor Author

Hello @Ompragash,

Could you please review the PR for sonar quality gate conversion and provide your comments on that?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant