Running pipelines

It may take a while before modules are fully loaded, if it takes longer than 5 minutes until modules logs are displayed, something may be wrong with your module.

Possible causes

1. Invalid module

Make sure that the module name, version, endpoints, and alias inside the pipeline respects the current specified naming restrictions

2. Module has no image

Make sure the module is built successfully. Inside your module sources repository, check the status of the latest commit: image

The icon next to the commit name shows the current status:

  • Red: module failed building
  • Blue: module is currently building
  • Orange: module building paused
  • Green: building completed

If the status is Red or Green, please check the build logs by doing the following:

  • Click the aforementioned icon
  • Click build_push inside ‘containers’. This shows the logs of the module building stage.