bdy 1.8.15-dev → 1.8.16-dev
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/distTs/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.debug = exports.browserPath = exports.commitDetails = exports.invokerId = exports.executionId = exports.actionId = exports.pipelineId = exports.baseCommit = exports.commit = exports.branch = exports.ci = exports.cliId = exports.buildId = exports.token = exports.parallel = exports.skipDiscovery = exports.oneByOne = exports.cliVersion = void 0;
|
|
3
|
+
exports.debug = exports.browserPath = exports.commitDetails = exports.invokerId = exports.executionId = exports.actionId = exports.pipelineName = exports.pipelineId = exports.baseCommit = exports.commit = exports.branch = exports.ci = exports.cliId = exports.buildId = exports.token = exports.parallel = exports.skipDiscovery = exports.oneByOne = exports.cliVersion = void 0;
|
|
4
4
|
exports.setOptions = setOptions;
|
|
5
5
|
exports.setBrowserPath = setBrowserPath;
|
|
6
6
|
exports.setCiAndCommitInfo = setCiAndCommitInfo;
|
|
@@ -41,5 +41,6 @@ function setCiAndCommitInfo(ciInfo) {
|
|
|
41
41
|
exports.actionId = ciInfo.actionId;
|
|
42
42
|
exports.executionId = ciInfo.executionId;
|
|
43
43
|
exports.invokerId = ciInfo.invokerId;
|
|
44
|
+
exports.pipelineName = ciInfo.pipelineName;
|
|
44
45
|
}
|
|
45
46
|
}
|
|
@@ -66,6 +66,7 @@ async function sendSnapshot(snapshot) {
|
|
|
66
66
|
commit: context_js_1.commit,
|
|
67
67
|
baseCommit: context_js_1.baseCommit,
|
|
68
68
|
pipelineId: context_js_1.pipelineId,
|
|
69
|
+
pipelineName: context_js_1.pipelineName,
|
|
69
70
|
actionId: context_js_1.actionId,
|
|
70
71
|
executionId: context_js_1.executionId,
|
|
71
72
|
invokerId: context_js_1.invokerId,
|
|
@@ -97,6 +98,7 @@ async function sendSnapshots(snapshots) {
|
|
|
97
98
|
commit: context_js_1.commit,
|
|
98
99
|
baseCommit: context_js_1.baseCommit,
|
|
99
100
|
pipelineId: context_js_1.pipelineId,
|
|
101
|
+
pipelineName: context_js_1.pipelineName,
|
|
100
102
|
actionId: context_js_1.actionId,
|
|
101
103
|
executionId: context_js_1.executionId,
|
|
102
104
|
invokerId: context_js_1.invokerId,
|
|
@@ -148,6 +150,7 @@ async function sendStorybook(snapshots, filePaths) {
|
|
|
148
150
|
commit: context_js_1.commit,
|
|
149
151
|
baseCommit: context_js_1.baseCommit,
|
|
150
152
|
pipelineId: context_js_1.pipelineId,
|
|
153
|
+
pipelineName: context_js_1.pipelineName,
|
|
151
154
|
actionId: context_js_1.actionId,
|
|
152
155
|
executionId: context_js_1.executionId,
|
|
153
156
|
invokerId: context_js_1.invokerId,
|