Skip to content

Commit

Permalink
Merge PCS pipeline into the main one
Browse files Browse the repository at this point in the history
  • Loading branch information
premun committed Dec 19, 2024
1 parent fb9be9c commit 3e40955
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 292 deletions.
290 changes: 0 additions & 290 deletions azure-pipelines-product-construction-service.yml

This file was deleted.

14 changes: 14 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,20 @@ extends:
displayName: Publish Maestro Scenario Tests
condition: always()

- job: BuildAndPublishDocker
displayName: Build/publish docker image
pool:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals 1es-ubuntu-2004

steps:
- checkout: self

- template: /eng/templates/steps/docker-build.yml@self
parameters:
devBranchSuffix: $(devBranchSuffix)
dockerImageName: $(dockerRegistryUrl)/$(containerName)

- template: /eng/templates/stages/deploy.yaml@self
parameters:
isProd: ${{ eq(variables['Build.SourceBranch'], 'refs/heads/production') }}
Expand Down
Loading

0 comments on commit 3e40955

Please sign in to comment.