Skip to content

Commit

Permalink
add more log
Browse files Browse the repository at this point in the history
  • Loading branch information
bootjp committed Mar 5, 2021
1 parent d937ecc commit b65773a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detector.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func IsConsecutiveFailJob(job *gojenkins.Job) (bool, error) {
if err != nil {
logger.Println("got err GetBuild")
logger.Println(err)
logger.Println(errors.WithStack(err))
logger.Println(build, job.GetName(), buildIds)

return false, err
}
Expand Down

0 comments on commit b65773a

Please sign in to comment.