Replies: 1 comment 1 reply
-
Yes, just close this discussion and create and feature issue and start working on a PR
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thanks for this great project!
I was just wondering if it would be possible to update the logic that adds a padding for the job name here:
gitlab-ci-local/src/parser.ts
Lines 163 to 167 in 5062d6a
The reason is that for some parallel jobs, the name can become very long, and it's not possible to control it as they are generated.
https://docs.gitlab.com/ee/ci/yaml/#parallelmatrix
Could we add a yargs option or environment variable to simply set
this._jobNamePad
to 0?Happy to raise a PR
Beta Was this translation helpful? Give feedback.
All reactions