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

Cannot use expression variables in pipeline #3502

Open
xzycn opened this issue Apr 19, 2024 · 2 comments
Open

Cannot use expression variables in pipeline #3502

xzycn opened this issue Apr 19, 2024 · 2 comments
Labels

Comments

@xzycn
Copy link

xzycn commented Apr 19, 2024

I have set an expression variable for image tag as document described, but an error "unable to parse variable name" when I run the pipeline.
The pipeline yaml:
image

@xzycn
Copy link
Author

xzycn commented Apr 20, 2024

Update: the tags field should be a string not a array/list or map.
Like this:

tags: ${{ build.branch }}

the plugin step from web-ui has a wrong format.

@jimsheldon jimsheldon added the bug label Apr 30, 2024
@jimsheldon
Copy link
Contributor

Thanks for reporting this @xzycn. Lists are currently broken in plugin settings, this is a known issue that should be fixed in the next release.

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

No branches or pull requests

2 participants