AUTOMATED not show 'OK' after successful automated build

This “not-showing-OK-in-AUTOMATED” thing is happening not only in GitHub but in BitBucket also.

I created a simple “Hello World” repo with a test in both GitHub and BitBucket with the settings below:

  • SOURCE REPOSITORY: KEINOS / hello_dockerhub @ GitHub and @BitBucket
  • BUILD LOCATION: Build on Docker Hub's infrastructure
  • AUTOTEST: Internal and External Pull Requests
  • REPOSITORY LINKS: On Enable for Base Image
  • BUILD RULES:
    • Source Type: Branch
    • Source: master
    • Docker Tag: latest
    • Dockerfile location: Dockerfile
    • Build Context: /
    • Autobuild: active
    • Build Caching: active
    • BUILD ENVIRONMENT VARIABLES: None

They both pass the tests and the build status is in “SUCCESS” state.

Source code repositories: