]> source.dussan.org Git - sonarqube.git/commit
SONAR-13296 Add new Jenkins tutorial for Bitbucket Server
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Tue, 21 Apr 2020 15:42:30 +0000 (17:42 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 4 May 2020 20:03:53 +0000 (20:03 +0000)
commitb7d68dca795cf2127efbaa8b5c2cba0ee32192ee
treef33a9307a7b07f0077782a10887e4a5699d714d7
parent1d854eec0d3e223aee54412503fcccf50ee10f4a
SONAR-13296 Add new Jenkins tutorial for Bitbucket Server
69 files changed:
server/sonar-web/public/images/tutorials/commit.svg [new file with mode: 0644]
server/sonar-web/public/images/tutorials/jenkins.svg [new file with mode: 0644]
server/sonar-web/public/images/tutorials/refresh.svg [new file with mode: 0644]
server/sonar-web/src/main/js/api/alm-settings.ts
server/sonar-web/src/main/js/apps/overview/components/EmptyOverview.tsx
server/sonar-web/src/main/js/apps/overview/components/__tests__/__snapshots__/EmptyOverview-test.tsx.snap
server/sonar-web/src/main/js/components/common/CodeSnippet.css
server/sonar-web/src/main/js/components/tutorials/TutorialSelection.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/TutorialSelectionRenderer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/__tests__/TutorialSelection-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/__tests__/TutorialSelectionRenderer-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/__tests__/__snapshots__/TutorialSelection-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/__tests__/__snapshots__/TutorialSelectionRenderer-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/components/LabelActionPair.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/components/LabelValuePair.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/components/SentenceWithFilename.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/components/SentenceWithHighlights.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/components/Step.css
server/sonar-web/src/main/js/components/tutorials/components/Step.tsx
server/sonar-web/src/main/js/components/tutorials/components/__tests__/LabelActionPair-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/components/__tests__/LabelValuePair-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/components/__tests__/SentenceWithFilename-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/components/__tests__/SentenceWithHighlights-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/components/__tests__/__snapshots__/LabelActionPair-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/components/__tests__/__snapshots__/LabelValuePair-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/components/__tests__/__snapshots__/SentenceWithFilename-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/components/__tests__/__snapshots__/SentenceWithHighlights-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/BitbucketWebhookStep.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/JenkinsTutorial.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/JenkinsfileStep.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/MultiBranchPipelineStep.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/PreRequisitesStep.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/__tests__/BitbucketWebhookStep-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/__tests__/JenkinsTutorial-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/__tests__/JenkinsfileStep-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/__tests__/MultiBranchPipelineStep-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/__tests__/PreRequisitesStep-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/__tests__/__snapshots__/BitbucketWebhookStep-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/__tests__/__snapshots__/JenkinsTutorial-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/__tests__/__snapshots__/JenkinsfileStep-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/__tests__/__snapshots__/MultiBranchPipelineStep-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/__tests__/__snapshots__/PreRequisitesStep-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/buildtool-steps/CreateJenkinsfileBulletPoint.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/buildtool-steps/Gradle.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/buildtool-steps/MSBuild.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/buildtool-steps/Maven.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/buildtool-steps/Other.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/buildtool-steps/__tests__/CreateJenkinsfileBulletPoint-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/buildtool-steps/__tests__/Gradle-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/buildtool-steps/__tests__/MSBuild-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/buildtool-steps/__tests__/Maven-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/buildtool-steps/__tests__/Other-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/buildtool-steps/__tests__/__snapshots__/CreateJenkinsfileBulletPoint-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/buildtool-steps/__tests__/__snapshots__/Gradle-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/buildtool-steps/__tests__/__snapshots__/MSBuild-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/buildtool-steps/__tests__/__snapshots__/Maven-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/buildtool-steps/__tests__/__snapshots__/Other-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/jenkins/test-utils.ts [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/manual/ManualTutorial.tsx
server/sonar-web/src/main/js/components/tutorials/manual/__tests__/ManualTutorial-test.tsx
server/sonar-web/src/main/js/components/tutorials/manual/__tests__/__snapshots__/ManualTutorial-test.tsx.snap
server/sonar-web/src/main/js/components/tutorials/styles.css [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/types.ts [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/utils.ts
server/sonar-web/src/main/js/helpers/__tests__/alm-settings.ts [new file with mode: 0644]
server/sonar-web/src/main/js/helpers/alm-settings.ts [new file with mode: 0644]
server/sonar-web/src/main/js/helpers/mocks/alm-settings.ts
server/sonar-web/src/main/js/types/alm-settings.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties