瀏覽代碼

Try with hardcoded name.

Erwin de Haan 6 年之前
父節點
當前提交
46623bc985
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .ci/azure-pipelines.yml

+ 1 - 1
.ci/azure-pipelines.yml

@@ -123,7 +123,7 @@ jobs:
       inputs:
         buildType: 'specific' # Options: current, 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
         buildVersionToDownload: 'latestFromBranch' # Required when buildType == Specific# Options: latest, latestFromBranch, specific
         branchName: 'refs/heads/$(System.PullRequest.TargetBranch)' # Required when buildType == Specific && BuildVersionToDownload == LatestFromBranch