Skip to content
/NoteForge
Sign in Sign up
Viewing an old version (3 days, 17 hours ago). The current page may differ.

trigger:   branches:     include:       - feature/R2-IBP


pr:   branches:     include:       - feature/R2-IBP
resources:   repositories:     - repository: templates       type: git       name: "Automatizaciones TI/pipelines-devops"       ref: refs/heads/main
variables:   - template: npm/variables/vars.yml@templates   - group: globals
pool:   vmImage: "ubuntu-latest"
stages:   - template: npm/stages/ci-pipeline-stage.yml@templates     parameters:       containerRegistry: $(containerRegistry)       sonarQubeServiceName: $(sonarQubeServiceName)       repositoryName: "internet-banking-personal"       package: "npm"       nodeVersion: "20.x"       branchDeploy: "feature/R2-IBP"