1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly 1`] = `
5 className="abs-width-600"
9 translationKey="onboarding.tutorial.with.jenkins.jenkinsfile.jenkinsfile_step"
12 className="spacer-top"
16 className="text-middle"
18 <SentenceWithHighlights
26 translationKey="onboarding.tutorial.with.jenkins.jenkinsfile.dotnet.step2.replace"
29 className="little-spacer-left"
33 className="spacer-bottom"
35 <SentenceWithHighlights
41 translationKey="onboarding.tutorial.with.jenkins.jenkinsfile.dotnet.step2.help1"
45 className="spacer-bottom"
47 <SentenceWithHighlights
54 translationKey="onboarding.tutorial.with.jenkins.jenkinsfile.dotnet.step2.help2"
58 <SentenceWithHighlights
65 translationKey="onboarding.tutorial.with.jenkins.jenkinsfile.dotnet.step2.help3"
78 stage('SonarQube Analysis') {
79 def msbuildHome = tool 'Default MSBuild'
80 def scannerHome = tool 'SonarScanner for MSBuild'
82 bat \\"\\\\\\"\${scannerHome}\\\\\\\\SonarScanner.MSBuild.exe\\\\\\" begin /k:\\\\\\"my-project\\\\\\"\\"
83 bat \\"\\\\\\"\${msbuildHome}\\\\\\\\MSBuild.exe\\\\\\" /t:Rebuild\\"
84 bat \\"\\\\\\"\${scannerHome}\\\\\\\\SonarScanner.MSBuild.exe\\\\\\" end\\"