You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Numeric values with leading zeros are not being quoted when the generated pipeline file is being written to disk. Without the quotes, the subsequent buildkite-agent pipeline upload command interprets the numeric as an integer and trims the leading zero, resulting incorrect values within the executed buildkite pipeline. This occurs even if the numeric is quoted.
Steps to Reproduce
In any buildkite step, for some step parameter, provide a numeric w/ a leading zero. Use plugin to generate pipeline. Observe failure.
Desired Change
Keep quotes around numerics with leading zeros.
The text was updated successfully, but these errors were encountered:
Background
Description
Numeric values with leading zeros are not being quoted when the generated pipeline file is being written to disk. Without the quotes, the subsequent
buildkite-agent pipeline upload
command interprets the numeric as an integer and trims the leading zero, resulting incorrect values within the executed buildkite pipeline. This occurs even if the numeric is quoted.Steps to Reproduce
In any buildkite step, for some step parameter, provide a numeric w/ a leading zero. Use plugin to generate pipeline. Observe failure.
Desired Change
Keep quotes around numerics with leading zeros.
The text was updated successfully, but these errors were encountered: