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

not able to send message getting error #3

Open
kunal-piplani-incontact opened this issue Sep 13, 2017 · 1 comment
Open

not able to send message getting error #3

kunal-piplani-incontact opened this issue Sep 13, 2017 · 1 comment

Comments

@kunal-piplani-incontact

Param smtp_host: xxxxx
Param smtp_port: xx
Param smtp_username: xxx
Param recepient: xxxx
Param input_dir: my-git-project
Param email_body: null
Setting default email body.

cat: /tmp/build/put/my-git-project/pretext: No such file or directory

using yaml file ::

jobs:

  • name: email-notification
    public: true
    serial: true
    plan:
    • get: my-git-project
    • put: email-notification
      params:
      input_dir: my-git-project
      pretext : test

resources:

  • name: my-git-project
    type: git
    source:
    uri: https://github.com/santoshjpawar/concourse-email-notification.git
    branch: master
    username: kunal-piplani-incontact
    password: 79872455c850c9913855bf4fea388e74be609b54

  • name: email-notification
    type: email-notification-resource
    source:
    smtp_host: "xxxx"
    smtp_port: xxx
    smtp_username: xxxx
    smtp_password: xxxx
    default_recipient: "xxxxx"

resource_types:

  • name: email-notification-resource
    type: docker-image
    source:
    repository: santoshjpawar/concourse-email-notification
    tag: latest

so can you please look into it

@dutch3000
Copy link

create a pretex file with something in it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants