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

Shell Params not Being Substituted properly #81

Open
BenjaminRuby opened this issue Mar 5, 2021 · 0 comments
Open

Shell Params not Being Substituted properly #81

BenjaminRuby opened this issue Mar 5, 2021 · 0 comments
Assignees
Labels
area: backend Issue is related to the backend microservices bug Something isn't working project: flow Tasks for Boomerang Flow

Comments

@BenjaminRuby
Copy link
Member

Describe the bug
The new syntax for params do not appear

As reported by Luis:

this one works, but it’s the old format:
PROPNOSPACETRUNC=$(echo ${p:teamName} | tr “[:upper:]” “[:lower:]” | tr -d “[:space:]” | cut -c1-32 )

This does not work:
PROPNOSPACETRUNC=$(echo $(params.teamName) | tr “[:upper:]” “[:lower:]” | tr -d “[:space:]” | cut -c1-32 )

Environment (please complete the following information):

Internal Stage

@BenjaminRuby BenjaminRuby added the bug Something isn't working label Mar 5, 2021
@tlawrie tlawrie added the area: backend Issue is related to the backend microservices label Apr 7, 2021
@tlawrie tlawrie added the project: flow Tasks for Boomerang Flow label Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: backend Issue is related to the backend microservices bug Something isn't working project: flow Tasks for Boomerang Flow
Projects
Status: No status
Development

No branches or pull requests

3 participants