Skip to content

Commit

Permalink
Tag_Docs job - An image label with the label Ubuntu16 does not exist. (
Browse files Browse the repository at this point in the history
…#110)

* Tag_Docs job - An image label with the label Ubuntu16 does not exist.

issue:

Pipelines - Run 20240426.1 logs (azure.com)

##[warning]An image label with the label Ubuntu16 does not exist. 
,##[error]The remote provider was unable to process the request. 
Pool: Azure Pipelines 

Attempt to fix by specifying which image to use.

* wip: address PR comments - simplify vmImage specification
  • Loading branch information
jchick-bentley authored Apr 29, 2024
1 parent 01cfa42 commit e096950
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,12 @@ stages:
jobs:
- job: Tag_Docs
displayName: Tag Docs
pool:
vmImage: 'ubuntu-latest'
steps:
- task: tagBuildOrRelease@0
displayName: Tag Docs
inputs:
type: "Build"
tags: "hasDocs"
condition: and(contains(variables['Build.SourceVersionMessage'], '[publish docs]'), not(contains(variables['Build.SourceVersionMessage'], '(dev)')))
condition: and(contains(variables['Build.SourceVersionMessage'], '[publish docs]'), not(contains(variables['Build.SourceVersionMessage'], '(dev)')))

0 comments on commit e096950

Please sign in to comment.