]> source.dussan.org Git - sonarqube.git/blob
3a68d7c54e30b658cb16569731b8643c6cf55a26
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <Fragment>
5   <DefaultProjectKey
6     component={
7       {
8         "breadcrumbs": [],
9         "key": "my-project",
10         "name": "MyProject",
11         "qualifier": "TRK",
12         "qualityGate": {
13           "isDefault": true,
14           "key": "30",
15           "name": "Sonar way",
16         },
17         "qualityProfiles": [
18           {
19             "deleted": false,
20             "key": "my-qp",
21             "language": "ts",
22             "name": "Sonar way",
23           },
24         ],
25         "tags": [],
26       }
27     }
28   />
29   <CreateJenkinsfileBulletPoint
30     alertTranslationKeyPart="onboarding.tutorial.with.jenkins.jenkinsfile.other.step3"
31     snippet="node {
32   stage('SCM') {
33     checkout scm
34   }
35   stage('SonarQube Analysis') {
36     def scannerHome = tool 'SonarScanner';
37     withSonarQubeEnv() {
38       sh "\${scannerHome}/bin/sonar-scanner"
39     }
40   }
41 }"
42   />
43   <FinishButton
44     onClick={[MockFunction]}
45   />
46 </Fragment>
47 `;