Try with hardcoded name.
This commit is contained in:
parent
3462147195
commit
46623bc985
|
@ -123,7 +123,7 @@ jobs:
|
||||||
inputs:
|
inputs:
|
||||||
buildType: 'specific' # Options: current, specific
|
buildType: 'specific' # Options: current, specific
|
||||||
project: 'jellyfin' #$(System.TeamProjectId)' # Required when buildType == Specific
|
project: 'jellyfin' #$(System.TeamProjectId)' # Required when buildType == Specific
|
||||||
pipeline: 1 #'$(System.DefinitionId)' # Required when buildType == Specific, not sure if this will take a name too
|
pipeline: 'Jellyfin CI' #'$(System.DefinitionId)' # Required when buildType == Specific, not sure if this will take a name too
|
||||||
#specificBuildWithTriggering: false # Optional
|
#specificBuildWithTriggering: false # Optional
|
||||||
buildVersionToDownload: 'latestFromBranch' # Required when buildType == Specific# Options: latest, latestFromBranch, specific
|
buildVersionToDownload: 'latestFromBranch' # Required when buildType == Specific# Options: latest, latestFromBranch, specific
|
||||||
branchName: 'refs/heads/$(System.PullRequest.TargetBranch)' # Required when buildType == Specific && BuildVersionToDownload == LatestFromBranch
|
branchName: 'refs/heads/$(System.PullRequest.TargetBranch)' # Required when buildType == Specific && BuildVersionToDownload == LatestFromBranch
|
||||||
|
|
Loading…
Reference in New Issue
Block a user