This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content

Improve pipeline

Daniel Rainer requested to merge do_not_hide_pipline_failure into development

New tools in pipeline

  • PMD - java linter
  • prettier - formatter (warns if issues are found, does not reformat)
  • eslint - typescript linter (rules need to be made more strict, see .eslintrc.jhipsterORIG-TODO.json)

Fixed

  • npm test exit code is used again

Performance

  • Do not use maven cache for jobs which do not need it.
  • Use needs to allow for more parallelism in job execution.
Edited by Daniel Rainer

Merge request reports