Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to paste commit message as BODY_PLAIN in "pipe: atlassian/email-notify:0.4.4" ?

Luis Plaza
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 17, 2021 edited

This is how I try to send the commit message but the pipe gives me an error:

 

- step:
runs-on: self.hosted
name: Desplegar PRO
deployment: production
trigger: manual
script:
- apt-get update && apt-get install -y git
- COMMIT_MESSAGE=`git log --format=%B -n 1 $BITBUCKET_COMMIT`
- echo $COMMIT_MESSAGE
- git add reports/resultado.txt
- git commit -m "[skip ci] $COMMIT_MESSAGE"
- pipe: atlassian/email-notify:0.4.4
variables:
USERNAME: '***@******'
PASSWORD: $workspaceVarPassword
FROM: '***@*****'
TO: '****@e*******'
HOST: '**********'
PORT: '587'
TLS: 'TRUE'
SUBJECT: 'Informe de Impactos'
BODY_PLAIN: '$COMMIT_MESSAGE'
ATTACHMENTS: 'reports/resultado.txt'




Status: Downloaded newer image for bitbucketpipelines/email-notify:0.4.4
Validation errors:
BODY_PLAIN:- must be of string type

2 answers

0 votes
Sergiy Voznyak
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 3, 2021 edited

Hi @Oleksandr Kyrdan 

I have a similar issue in specific cases, eg when I use the semicolon (:) or hash (#) signs.

I have the next body template:

'Серверное приложение Node Proxy успешно выпущено на ${ENVIRONMENT}. Обновление было запущено коммитом $COMMIT_MESSAGE. Версия приложения ${SERVER_VERSION}.'

And, if I have the next commit message:

fix(app) - do some changes (issue 1235)

The pipe will process successfully.

But, I will receive same error for messages like 

fix(app): do some changes (issue 1235)

or

fix(app) - do some changes (#1235)

The problem is, that semicolon is required when the team follow Conventional commits, and hash automatically uses in merge commit, eg:

Merged in feature/map-team-developers-id (pull request #947)

It would be nice if the BODY_PLAIN will accept these symbols.

0 votes
Oleksandr Kyrdan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 18, 2021

Hi @Luis Plaza ,

Thank you for your question!

It would be nice if you provide us with details about BODY_PLAIN variable context.

 

Cheers,
Oleksandr Kyrdan

Deleted user June 10, 2021
Oleksandr Kyrdan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 10, 2021

@[deleted] 
yep,
but provide us with real example of BODY_PLAIN text, please, so we'll try to find a root cause.

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, atlassian government cloud, fedramp, webinar, register for webinar, atlassian cloud webinar, fedramp moderate offering, work faster with cloud

Unlocking the future with Atlassian Government Cloud ☁️

Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.

Register Now
AUG Leaders

Upcoming Bitbucket Events