Skip to content

Commit eaa3a45

Browse files
Add more logging
1 parent b2a514c commit eaa3a45

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)