We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe1385 commit 78574e5Copy full SHA for 78574e5
src/Shared/Components/ArtifactInfoModal/ArtifactInfoModal.component.tsx
@@ -115,7 +115,7 @@ const ArtifactInfoModal = ({
115
type={HistoryComponentType.CI}
116
imageReleaseTags={artifactInfo.imageReleaseTags}
117
imageComment={artifactInfo.imageComment}
118
- // FIXME: This is a existing issue, we should be sending the pipeline if instead of the artifact if
+ // FIXME: This is a existing issue, we should be sending the pipeline id instead of the artifact id
119
ciPipelineId={artifactInfo.materials[0].id}
120
artifactId={ciArtifactId}
121
appReleaseTagNames={artifactInfo.appReleaseTags}
0 commit comments