{"id":16873537,"url":"https://github.com/mikemimik/bitbucket-build-notification-resource","last_synced_at":"2026-05-17T20:02:47.763Z","repository":{"id":91309413,"uuid":"125313596","full_name":"mikemimik/bitbucket-build-notification-resource","owner":"mikemimik","description":"Bitbucket build notification resource for concourse","archived":false,"fork":false,"pushed_at":"2018-03-15T04:49:38.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T21:55:09.785Z","etag":null,"topics":["bitbucket","build","concourse","concourse-ci","concourse-resource","notifications"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikemimik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-03-15T04:48:34.000Z","updated_at":"2018-03-15T04:51:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c5744c5-9448-4d79-918a-80fd8ff6d4db","html_url":"https://github.com/mikemimik/bitbucket-build-notification-resource","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mikemimik/bitbucket-build-notification-resource","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemimik%2Fbitbucket-build-notification-resource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemimik%2Fbitbucket-build-notification-resource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemimik%2Fbitbucket-build-notification-resource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemimik%2Fbitbucket-build-notification-resource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikemimik","download_url":"https://codeload.github.com/mikemimik/bitbucket-build-notification-resource/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemimik%2Fbitbucket-build-notification-resource/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33153662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bitbucket","build","concourse","concourse-ci","concourse-resource","notifications"],"created_at":"2024-10-13T15:21:03.046Z","updated_at":"2026-05-17T20:02:47.731Z","avatar_url":"https://github.com/mikemimik.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitbucket Build Notification Resource For Concourse\n\nThis resource sends a build status payload to bitbucket to signify the status of a commit.\n\n# Source Configuration\n* `username`: _Required_. Username to bitbucket account with access to the repository being worked with.\n* `password`: _Required_. Password (or App Password) to bitbucket account with access to the repository being worked with.\n\n# Behavior\n\n## `CHECK`\n\u003e no-op function\n## `IN`\n\u003e no-op function\n## `OUT`\n\n### Parameters\n* `status`: _Required_. Can be one of `[ 'INPROGRESS', 'SUCCESSFUL', 'FAILED', 'STOPPED' ]`\n* `project`: _Required_. Bitbucket repository owner (organization account slug, or user account slug).\n* `repository`: _Required_. Bitbucket repository slug.\n\n# Examples\n#### Resource Type:\n```\nresource_types:\n- name: bitbucket-build-notification-resource\n  type: docker-image\n  source:\n    repository: mperrotte/bitbucket-build-notification-resource\n```\n\n#### Resource:\n```\nresources:\n- name: build-notify\n  type: bitbucket-build-notification-resource\n  source:\n    username: ((bitbucket-username))\n    password: ((bitbucket-password))\n```\n\n```\nresources:\n- name: pipeline-generator\n  type: pipeline-resource\n  source:\n    target: http://localhost:8080\n    teams:\n    - name: main\n      username: concourse\n      password: changeme\n    - name: other_team\n      username: other_concourse\n      password: other_changeme\n```\n\n#### Plan usage\n```\nplan:\n- get: some-git-resource\n- task: build-testing\n  file: some-git-resource/task/file.yml\n  on_success:\n    put: build-notify\n    params:\n      status: SUCCESSFUL\n      project: ((bitbucket-repository-owner))\n      repository: ((bitbucket-repository-name))\n  on_failuer:\n    put: build-notify\n    params:\n      status: FAILED\n      project: ((bitbucket-repository-owner))\n      repository: ((bitbucket-repository-name))\n  on_abort:\n    put: build-notify\n    params:\n      status: STOPPED\n      project: ((bitbucket-repository-owner))\n      repository: ((bitbucket-repository-name))\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikemimik%2Fbitbucket-build-notification-resource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikemimik%2Fbitbucket-build-notification-resource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikemimik%2Fbitbucket-build-notification-resource/lists"}