]> source.dussan.org Git - sonarqube.git/blob
6b438876f92471a974cbee71405da6f932682d13
[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"
15     }
16   }
17 }"
18   />
19   <FinishButton
20     onClick={[MockFunction]}
21   />
22 </Fragment>
23 `;