Branch: refs/heads/main
Home:
https://github.com/xwiki-contrib/cristal
Commit: dc4cb307de3383c035a9a273db29ab963fa7da1c
https://github.com/xwiki-contrib/cristal/commit/dc4cb307de3383c035a9a273db2…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M .gitignore
M Jenkinsfile
M package.json
Log Message:
-----------
[Misc] Update Jenkinsfile with pipeline refinement
- Improve workflow structure in Jenkinsfile by separating and adding stages for better
output clarity and debugging purposes. Introduced stages for Debug, Install, Lint, Build,
Unit Tests, End to End Tests and Pack.
- Add artifact archiving and junit reporting to Jenkins pipeline.
- Update package.json to handle unit testing specially designed for CI