{
13 | try {
> 14 | expect(pipeline.isSuccessful()).toBe(true);
| ^
15 | } catch (error) {
16 | // If the assertion failed, get and print the logs
17 | console.log('🚨 Pipeline failed! Fetching pipeline logs...');
at expectPipelineSuccess (/workspace/e2e-test/src/utils/test/assertionHelpers.ts:14:37)
at getPipelineAndWaitForCompletion (/workspace/e2e-test/src/utils/test/common.ts:221:32)
at buildApplicationImageWithPR (/workspace/e2e-test/src/utils/test/common.ts:363:5)
at handleSourceRepoCodeChanges (/workspace/e2e-test/src/utils/test/common.ts:281:5)
at /workspace/e2e-test/tests/tssc/full_workflow.test.ts:80:7
]]>