Michaël Zasso
Michaël Zasso
I mean, do we really need a workaround, rather than giving them the permission inside Jenkins?
This doesn't seem fixed to me: https://nodejs.org/dist/latest-v18.x/docs/api/util.html#utilparseargsconfig
CI: https://github.com/nodejs/citgm/actions/runs/629233501
Let's try it: https://github.com/targos/citgm/actions/runs/627140345
Unfortunately, I think there's no way at the moment to make CITGM run something before `npm install`, and it seems necessary here to pull the git submodule.
I got an idea. Rebased your branched and added: ``` "install": ["install", "--ignore-scripts"], "scripts": ["fetch-libutp", "install", "test"] ``` CI: https://github.com/targos/citgm/actions/runs/627169509
Of course, now it doesn't work because we don't clone the repository to test. We download the tarball from github.
https://github.com/nodejs/citgm/actions/runs/629388332
This could be a cool solution: https://plugins.jenkins.io/ansicolor/
Test with `--includeTags lodash`: https://github.com/targos/citgm/actions/runs/629355250