]> source.dussan.org Git - sonarqube.git/blob
b8da799365fe31aa171b8572cda9c50b7e9debac
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <Fragment>
5   <li
6     className="abs-width-600"
7   >
8     <SentenceWithFilename
9       filename="pom.xml"
10       translationKey="onboarding.tutorial.with.jenkins.jenkinsfile.maven.step2"
11     />
12     <CodeSnippet
13       snippet="<properties>
14   <sonar.projectKey>my-project</sonar.projectKey>
15 </properties>"
16     />
17   </li>
18   <CreateJenkinsfileBulletPoint
19     alertTranslationKeyPart="onboarding.tutorial.with.jenkins.jenkinsfile.maven.step3"
20     snippet="node {
21   stage('SCM') {
22     checkout scm
23   }
24   stage('SonarQube Analysis') {
25     def mvn = tool 'Default Maven';
26     withSonarQubeEnv() {
27       sh \\"\${mvn}/bin/mvn sonar:sonar\\"
28     }
29   }
30 }"
31   />
32   <FinishButton
33     onClick={[MockFunction]}
34   />
35 </Fragment>
36 `;