screwdriver-api 6.0.44 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/default.yaml +16 -1
- package/package.json +2 -2
package/config/default.yaml
CHANGED
|
@@ -330,7 +330,22 @@ notifications:
|
|
|
330
330
|
# password: optional-password
|
|
331
331
|
# # Slack notification when build finishes
|
|
332
332
|
# slack:
|
|
333
|
-
#
|
|
333
|
+
# # default workspace key
|
|
334
|
+
# defaultWorkspace: workspace1
|
|
335
|
+
# # Objects with slack token
|
|
336
|
+
# workspaces:
|
|
337
|
+
# # These keys are used in notification setting on screwdriver.yaml
|
|
338
|
+
# # ex)
|
|
339
|
+
# # settings:
|
|
340
|
+
# # slack:
|
|
341
|
+
# # channels:
|
|
342
|
+
# # - test-channel-1
|
|
343
|
+
# # - workspace1:test-channel-2
|
|
344
|
+
# # - workspace2:test-channel-1
|
|
345
|
+
# workspace1:
|
|
346
|
+
# token: your-slack-bot-token1
|
|
347
|
+
# workspace2:
|
|
348
|
+
# token: your-slack-bot-token2
|
|
334
349
|
ecosystem:
|
|
335
350
|
# Externally routable URL for the User Interface
|
|
336
351
|
ui: https://cd.screwdriver.cd
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "screwdriver-api",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "API server for the Screwdriver.cd service",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"screwdriver-logger": "^2.0.0",
|
|
117
117
|
"screwdriver-models": "^29.6.0",
|
|
118
118
|
"screwdriver-notifications-email": "^3.0.0",
|
|
119
|
-
"screwdriver-notifications-slack": "^
|
|
119
|
+
"screwdriver-notifications-slack": "^5.0.0",
|
|
120
120
|
"screwdriver-request": "^2.0.1",
|
|
121
121
|
"screwdriver-scm-base": "^8.1.0",
|
|
122
122
|
"screwdriver-scm-bitbucket": "^5.0.1",
|