Fused Frontend and Bakcend
This commit is contained in:
parent
55e0a21f79
commit
b7f953e93d
11 changed files with 245 additions and 135 deletions
|
@ -64,7 +64,11 @@ export default class Initiator {
|
|||
delete triggers[testName].__testDelay;
|
||||
const jobReq = {
|
||||
...jobRequest,
|
||||
pipeline: {...pipeline, triggers: triggers[testName],__test:testName },
|
||||
pipeline: {
|
||||
...pipeline,
|
||||
triggers: triggers[testName],
|
||||
__test: testName,
|
||||
},
|
||||
};
|
||||
setTimeout(
|
||||
() =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue