Skip to content

issue #11148 [cicd] prepared basic cicd pipeline for nodejs application

Jakub Šlechta requested to merge basic_cicd_pipeline into main

created basic pipeline which:

  • runs tests on every mr
  • builds the web app and packages it
  • publishes webpack optimized bundle to gitlab general package registry (for default branch only)
  • mocks manual deploy to production environment (will be part of another issue)

Merge request reports

Loading