Commit 51437a70 authored by Sarah GP's avatar Sarah GP

Pass correct variable for path

parent 6b587b1a
...@@ -114,7 +114,7 @@ export default { ...@@ -114,7 +114,7 @@ export default {
this.$options.name, this.$options.name,
`| type: ${LOAD_FAILURE} , info: ${serializeLoadErrors(err)}`, `| type: ${LOAD_FAILURE} , info: ${serializeLoadErrors(err)}`,
{ {
projectPath: this.projectPath, projectPath: this.pipelineProjectPath,
pipelineIid: this.pipelineIid, pipelineIid: this.pipelineIid,
pipelineStages: this.pipeline?.stages?.length || 0, pipelineStages: this.pipeline?.stages?.length || 0,
nbOfDownstreams: this.pipeline?.downstream?.length || 0, nbOfDownstreams: this.pipeline?.downstream?.length || 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment