]> source.dussan.org Git - sonarqube.git/blob
185cf0bacfd5533169c798998d6a59ffed696611
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <Fragment>
5   <CreateJenkinsfileBulletPoint
6     alertTranslationKeyPart="onboarding.tutorial.with.jenkins.jenkinsfile.maven.step3"
7     snippet="node {
8   stage('SCM') {
9     checkout scm
10   }
11   stage('SonarQube Analysis') {
12     def mvn = tool 'Default Maven';
13     withSonarQubeEnv() {
14       sh "\${mvn}/bin/mvn clean verify sonar:sonar -Dsonar.projectKey=my-project -Dsonar.projectName='MyProject'"
15     }
16   }
17 }"
18   />
19   <FinishButton
20     onClick={[MockFunction]}
21   />
22 </Fragment>
23 `;