Updated things for compound testing
This commit is contained in:
parent
4e6732c09b
commit
5c3f865604
16 changed files with 160 additions and 56 deletions
|
@ -14,9 +14,10 @@ const primary = new Initiator(url);
|
|||
const job = {
|
||||
type: "compound",
|
||||
testName: "primary",
|
||||
pipelineLife: 1,
|
||||
pipelineTriggers: "secondary",
|
||||
name: "testing",
|
||||
image: "node",
|
||||
};
|
||||
await primary.newJob(job, null, () => console.log("Primary Job Concluded"));
|
||||
|
||||
await primary.newPipelineJob(job, null, () =>
|
||||
console.log("Primary Job Concluded")
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue