microsoft / microsoft/azure-devops-python-api
CreatePipelineConfigurationParameters missing parameters
未關閉
還沒有人認領這個 Issue。
- 主要語言
- Python
- 星號
- 684
- 分支
- 218
- 平均合併
- 8 天 10 小時
- 30 天內合併 PR
- 1
描述
Currently CreatePipelineConfigurationParameters supports just the type parameter:
However, in order to create a YAML pipeline, all the following should be passed:
{
"configuration": {
"type": "yaml",
"path": "/my-folder/my-pipeline.yml",
"repository": {
"id": "repository id",
"name": "repository name",
"type": "azureReposGit"
}
}
}
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
找出 CreatePipelineConfigurationParameters 的定義,並檢查其值如何針對 pipeline API 進行序列化。擴充這些參數,使其能夠表示 issue 中顯示的設定欄位,然後驗證建立 YAML pipeline 會產生完整的設定 payload。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- azure, devops, python
- 領域
- api, devops
- Issue 類型
- 功能
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100