inputArtifacts property

List<Artifact>? inputArtifacts
final

The name of the artifact that is worked on by the action, if any. This name might be system-generated, such as "MyApp", or it might be defined by the user when the action is created. The input artifact name must match the name of an output artifact generated by an action in an earlier action or stage of the pipeline.

Implementation

final List<Artifact>? inputArtifacts;