Skip to content

Commit 8c1f18a

Browse files
authored
Merge pull request #457 from soramitsu/feature/DOPS-1857
[DOPS-1857] Add publish button for all libraries PRs & branches in Jenkins
2 parents 47039de + 3389b1c commit 8c1f18a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Jenkinsfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
@Library('jenkins-library' ) _
22

3-
// Job properties
4-
def jobParams = [
5-
booleanParam(defaultValue: false, description: 'publish packages', name: 'publish'),
6-
]
7-
83
def pipeline = new org.js.LibPipeline(steps: this,
94
dockerImageName: 'soramitsu/soramitsu-js-ui-library',
105
libExamplesBuildCmds: ['yarn storybook:build'],
116
sonarProjectName: 'soramitsu-js-ui-library',
12-
sonarProjectKey: 'jp.co.soramitsu:soramitsu-js-ui-library',
13-
jobParams: jobParams
7+
sonarProjectKey: 'jp.co.soramitsu:soramitsu-js-ui-library'
148
)
159
pipeline.runPipeline()

0 commit comments

Comments
 (0)