You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spotted an oddity with checkman today - it's reporting that one of our builds, redis-release has failed, but when we go to the build server, it's passed.
Looking at what GoCD returns, for our project I see the following:
Spotted an oddity with checkman today - it's reporting that one of our builds,
redis-release
has failed, but when we go to the build server, it's passed.Looking at what GoCD returns, for our project I see the following:
However, there is another project with the following:
Looking at
cctray.check
, I guess it's the following code causing the problem:Does that need to be
include?
or wouldstart_with?
or==
be OK too?May also be showing up because
cf-redis-release
has a more recent build thanredis-release
.The text was updated successfully, but these errors were encountered: