{"id":16068175,"url":"https://github.com/milewski/drone-rocket","last_synced_at":"2025-03-18T05:31:04.493Z","repository":{"id":83858779,"uuid":"166541272","full_name":"milewski/drone-rocket","owner":"milewski","description":"Drone plugin for sending Rocket.Chat notifications.","archived":false,"fork":false,"pushed_at":"2023-07-29T11:44:47.000Z","size":14,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T17:23:51.686Z","etag":null,"topics":["drone-plugin","rocketchat","webhook"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/milewski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-19T11:53:04.000Z","updated_at":"2023-08-05T10:05:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef55b765-f9f0-42c9-8d70-cf7e401e6dc8","html_url":"https://github.com/milewski/drone-rocket","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"e6b090720e2fe58e0f23ed5f5151accafe02da42"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milewski%2Fdrone-rocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milewski%2Fdrone-rocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milewski%2Fdrone-rocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milewski%2Fdrone-rocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milewski","download_url":"https://codeload.github.com/milewski/drone-rocket/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244164824,"owners_count":20408992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["drone-plugin","rocketchat","webhook"],"created_at":"2024-10-09T06:08:52.284Z","updated_at":"2025-03-18T05:31:04.487Z","avatar_url":"https://github.com/milewski.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drone-rocket\n\n[![](https://img.shields.io/docker/automated/rmilewski/drone-rocket.svg)](https://hub.docker.com/r/rmilewski/drone-rocket)\n[![](https://images.microbadger.com/badges/image/rmilewski/drone-rocket.svg)](https://hub.docker.com/r/rmilewski/drone-rocket)\n[![](https://img.shields.io/github/license/milewski/drone-rocket.svg)](LICENSE)\n\nBasic `.drone.yml` example\n\n```yaml\nkind: pipeline\nname: default\n\nsteps:\n- name: notification\n  image: rmilewski/drone-rocket:latest\n  when:\n      status: [ success, failure ]\n  settings:\n    webhook:\n      from_secret: rocket_chat_webhook\n    channel: dev\n    username: DroneCI\n    color: \n      - value: green\n        when:\n          DRONE_BUILD_STATUS: success\n      - value: red\n        when:\n          DRONE_BUILD_STATUS: failure          \n    message:\n      - value: \"Build: ${DRONE_BUILD_NUMBER} succeeded. Good job.\"\n        when:\n          DRONE_BUILD_STATUS: success\n      - value: \"Build: ${DRONE_BUILD_NUMBER} failed. Fix me please.\"      \n    text: ${DRONE_COMMIT_MESSAGE}\n    fields:\n      - title: Author\n        value: ${DRONE_COMMIT_AUTHOR}\n      - title: Demo\n        value: This field will only be visible if the current branch: ${DRONE_COMMIT_BRANCH} is master or production\n        when:\n          DRONE_COMMIT_BRANCH:\n            - master\n            - production\n```\n\n## Available options\n\nSee [source/interfaces/OptionsInterface.d.ts](source/interfaces/OptionsInterface.d.ts)\n\n## Environment Reference\n\n[https://docs.drone.io/reference/environ/](https://docs.drone.io/reference/environ/)\n\n## License \n\n[MIT](LICENSE) © [Rafael Milewski](https://github.com/milewski)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilewski%2Fdrone-rocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilewski%2Fdrone-rocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilewski%2Fdrone-rocket/lists"}