Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [DockerCloud] and automated. #3139

Merged
merged 7 commits into from
Mar 5, 2019

Conversation

ldez
Copy link
Contributor

@ldez ldez commented Mar 2, 2019

A "new" automated build:

$ curl -s 'https://hub.docker.com/api/build/v1/source/?image=ldez%2Fgha-mjolnir'  -H 'Accept: application/json' --compressed | jq
{
  "meta": {
    "limit": 25,
    "next": null,
    "offset": 0,
    "previous": null,
    "total_count": 1
  },
  "objects": [
    {
      "autotests": "OFF",
      "build_in_farm": true,
      "build_settings": [
        "/api/build/v1/setting/e3db21aa-8847-4789-9f2e-dc136ea432ae/",
        "/api/build/v1/setting/6fe17d9d-a946-47f0-a7ae-b20dba0bfb72/"
      ],
      "channel": "Stable",
      "image": "ldez/gha-mjolnir",
      "owner": "ldez",
      "provider": "Github",
      "repo_links": false,
      "repository": "gha-mjolnir",
      "resource_uri": "/api/build/v1/source/9a37d4ca-aad6-4820-932c-5d8bd94fc8d7/",
      "state": "Success",
      "uuid": "9a37d4ca-aad6-4820-932c-5d8bd94fc8d7"
    }
  ]
}

build_settings: contains the build triggers (each entry is a different trigger). Can be see as the old "automated" flag.

state: the build state.

Fixes #1400

@shields-ci
Copy link

shields-ci commented Mar 2, 2019

Messages
📖 ✨ Thanks for your contribution to Shields, @ldez!

Generated by 🚫 dangerJS against ef3b468

@calebcartwright calebcartwright added the service-badge New or updated service badge label Mar 2, 2019
@calebcartwright calebcartwright changed the title feat: docker cloud build and automated. feat: [DockerCloudBuild ]and automated. Mar 2, 2019
@calebcartwright calebcartwright changed the title feat: [DockerCloudBuild ]and automated. feat: [DockerCloudBuild] and automated. Mar 2, 2019
@calebcartwright
Copy link
Member

@paulmelnikow
Copy link
Member

Thanks for picking this up @idez!

@paulmelnikow paulmelnikow temporarily deployed to shields-staging-pr-3139 March 5, 2019 01:26 Inactive
Co-Authored-By: ldez <ldez@users.noreply.github.com>
@paulmelnikow paulmelnikow temporarily deployed to shields-staging-pr-3139 March 5, 2019 01:40 Inactive
@calebcartwright calebcartwright changed the title feat: [DockerCloudBuild] and automated. feat: [DockerCloud] and automated. Mar 5, 2019
@paulmelnikow paulmelnikow temporarily deployed to shields-staging-pr-3139 March 5, 2019 01:53 Inactive
Copy link
Member

@calebcartwright calebcartwright left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@shields-deployment
Copy link

This pull request was merged to master branch. This change is now waiting for deployment, which will usually happen within a few days. Stay tuned by joining our #ops channel on Discord!

After deployment, changes are copied to gh-pages branch:

@ldez ldez deleted the feature/docker-cloud branch March 5, 2019 02:12
Saboteur777 added a commit to Saboteur777/craftcms-php-docker that referenced this pull request Mar 5, 2019
Saboteur777 added a commit to Saboteur777/craftcms-nginx-docker that referenced this pull request Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service-badge New or updated service badge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants