Browse documentation

Pipeline failures

Start with the failed action

  1. Open the execution.

  2. Identify the first failed action, not only downstream skipped actions.

  3. Read its command output and error message.

  4. Review the exported outputs immediately before the failure.

Unresolved expression

Confirm that the reference name and output name match exactly. The producer must be an upstream dependency, not a parallel sibling.

Build artifact not found

Check source and build directories relative to the execution workspace. Compare the producer’s exported path with the path consumed by the next action.

Test reports missing

Verify that the build generated JUnit XML before TEST_REPORT runs and that the glob is relative to the workspace. Set allowEmpty only when an absent report is an acceptable result.

Graph does not proceed

An action with multiple incoming connections waits for every dependency. Review the visual graph or ICE flow for an unintended join.