We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a514c commit eaa3a45Copy full SHA for eaa3a45
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