Skip to content
/NoteForge
Sign in Sign up
Comparing v14 → v15 /azuredevops History
- package
+ trigger:
+   branches:
+     include:
+       - feature/R2-IBP
+
+ <br>
+ pr:
+   branches:
+     include:
+       - feature/R2-IBP
+
+ <br>
+ resources:
+   repositories:
+     - repository: templates
+       type: git
+       name: "Automatizaciones TI/pipelines-devops"
+       ref: refs/heads/main
+
+ <br>
+ variables:
+   - template: npm/variables/vars.yml@templates
+   - group: globals
+
+ <br>
+ pool:
+   vmImage: "ubuntu-latest"
+
+ <br>
+ 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"
+
+ <br>