We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2a514c + eaa3a45 commit d65a20dCopy full SHA for d65a20d
pkg/reconciler/dependencybuild/dependencybuild.go
@@ -702,6 +702,7 @@ func (r *ReconcileDependencyBuild) handleBuildPipelineRunReceived(ctx context.Co
702
run.Succeeded = pr.Status.GetCondition(apis.ConditionSucceeded).IsTrue()
703
704
if !run.Succeeded {
705
+ log.Info(fmt.Sprintf("build %s failed", pr.Name))
706
707
//if there was a cache issue we want to retry the build
708
//we check and see if there is a cache pod newer than the build
0 commit comments