gitness icon indicating copy to clipboard operation
gitness copied to clipboard

Cannot use expression variables in pipeline

Open xzycn opened this issue 10 months ago • 2 comments

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 avatar Apr 19 '24 02:04 xzycn

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.

xzycn avatar Apr 20 '24 00:04 xzycn

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.

jimsheldon avatar Apr 30 '24 20:04 jimsheldon