Skip to content

Aptomi/concourse-gmail-resource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concourse Email Resource

A Concourse CI resource for watching emails in Gmail mailbox.

Uses https://github.com/charlierguo/gmail under the hood to connect to Gmail and retrieve emails over IMAP.

Useful for email-based approval workflows.

Docker image: https://hub.docker.com/r/aptomi/concourse-gmail-resource

Source Configuration

  • username: Required Gmail username
  • password: Required Gmail password

Example

resource_types:
- name: gmail
  type: docker-image
  source:
    repository: aptomi/concourse-gmail-resource

resources:
- name: email-approvals
  type: gmail
  source:
    username: "test@gmail.com"
    password: "test"

get: Get an email to be processed

No parameters.

Development

To build the docker image for the resource:

docker build -t <username>/concourse-gmail-resource .

About

Concourse CI resource for checking incoming emails in Gmail. Useful for email-based approval workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published