Last active
September 30, 2020 15:12
-
-
Save mpetuska/dce7c5794ddb9c5577265035f5a43a2c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pool: | |
vmImage: 'ubuntu-latest' | |
trigger: | |
- master | |
pr: | |
- master | |
name: $(Rev:r) | |
parameters: | |
- name: disableSonarQube | |
default: false | |
type: boolean | |
variables: | |
- group: JFrog-access | |
resources: | |
repositories: | |
- repository: templates | |
endpoint: BitBucket-service-connection | |
type: bitbucket | |
name: mycompany/azure-templates | |
ref: refs/tags/v1.0 | |
stages: | |
- template: root-node.template.yml@templates | |
parameters: | |
disableSonarQube: ${{parameters.disableSonarQube}} | |
sonarQubeEndpoint: SonarQube | |
jfrogUser: $(JFROG_USER) | |
jfrogToken: $(JFROG_TOKEN) | |
dockerGroup: esubmission | |
dockerBuildArgs: | |
JFROG_USER: $(JFROG_USER) | |
JFROG_TOKEN: $(JFROG_TOKEN) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pool: | |
vmImage: 'ubuntu-latest' | |
trigger: | |
- master | |
pr: | |
- master | |
name: $(Rev:r) | |
parameters: | |
- name: disableSonarQube | |
default: false | |
type: boolean | |
variables: | |
- group: JFrog-access | |
resources: | |
repositories: | |
- repository: templates | |
endpoint: BitBucket-service-connection | |
type: bitbucket | |
name: mycompany/azure-templates | |
ref: refs/tags/v1.0 | |
stages: | |
- template: root-node.template.yml@templates | |
parameters: | |
disableSonarQube: ${{parameters.disableSonarQube}} | |
sonarQubeEndpoint: SonarQube | |
jfrogUser: $(JFROG_USER) | |
jfrogToken: $(JFROG_TOKEN) | |
isLib: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment