Skip to content
/NoteForge
Sign in Sign up
Comparing v8 → v9 /azuredevops History
+ trigger:
+   - main
+   - feat/label-cero-de-oro-hu-5008
+
+ <br>
+ resources:
+   repositories:
+     - repository: templates
+       type: git
+       name: "Automatizaciones TI/pipelines-devops"
+       ref: refs/heads/main
+
+ <br>
+ variables:
+   - group: globals
+   - group: github-mirror
+   - template: movil-apap/variables/vars.yml@templates
+
+ <br>
+ pool:
+   vmImage: "ubuntu-latest"
+
+ <br>
+ stages:
+   - template: movil-apap/stages/ci-pipeline-stage.yml@templates
+     parameters:
+       sonarQubeServiceName: $(sonarQubeServiceName)
+       repositoryName: "movil-apap"
+
+ <br>