Skip to content

Commit d65a20d

Browse files
Merge pull request redhat-appstudio#816 from stuartwdouglas/minor-logging2
Add more logging
2 parents b2a514c + eaa3a45 commit d65a20d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/reconciler/dependencybuild/dependencybuild.go

+1
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ func (r *ReconcileDependencyBuild) handleBuildPipelineRunReceived(ctx context.Co
702702
run.Succeeded = pr.Status.GetCondition(apis.ConditionSucceeded).IsTrue()
703703

704704
if !run.Succeeded {
705+
log.Info(fmt.Sprintf("build %s failed", pr.Name))
705706

706707
//if there was a cache issue we want to retry the build
707708
//we check and see if there is a cache pod newer than the build

0 commit comments

Comments
 (0)