https://bugzilla.wikimedia.org/show_bug.cgi?id=58620
--- Comment #17 from Antoine "hashar" Musso <[email protected]> --- Seems fine: npm-run-script doc In Jenkins Job Builder, I have generic templates for python tox and ruby bundler: '{name}-tox-{toxenv}' '{name}-bundle-{bundlecommand}' https://gerrit.wikimedia.org/r/#/c/160983/ So we can probably come up with a '{name}-npmrunscript-{npmscript}' command which would be realized as: - project: name: VisualEditor npmscript: - doc jobs: - '{name}-npmrunscript-{npmscript}' And the template would contain: npm run-script {npmscript} Might need to add an 'npm install' before, not sure. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
