Skip to content

Commit dc3a59a

Browse files
authored
Merge pull request #413 from soramitsu/feature/SNE-132/add-sonar
[SNE-132]: Add Sonar.
2 parents 1b42253 + 58500be commit dc3a59a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Jenkinsfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22

33
def pipeline = new org.js.LibPipeline(steps: this,
44
dockerImageName: 'soramitsu/soramitsu-js-ui-library',
5-
libExamplesBuildCmds: ['yarn storybook:build'])
5+
libExamplesBuildCmds: ['yarn storybook:build'],
6+
sonarProjectName: 'soramitsu-js-ui-library',
7+
sonarProjectKey: 'jp.co.soramitsu:soramitsu-js-ui-library',
8+
)
69
pipeline.runPipeline()

0 commit comments

Comments
 (0)