gpt4 book ai didi

azure-devops - Azure Pipeline - 为什么需要参数值

转载 作者:行者123 更新时间:2023-12-05 00:55:20 24 4
gpt4 key购买 nike

您好,在 .yaml 文件中有一个带有以下参数的管道:

parameters:
- name: Proceed
displayName: Should we proceed
type: boolean
default: Yes
- name: Description
displayName: Short description
type: string

trigger: none

stages:
- template: sometemplate.yaml
parameters:
Proceed: ${{ parameters.Proceed }}
CopySomething: ${{ parameters.Description }}

当我运行管道时,“描述”似乎是必需的,即使参数中没有指定。它要求我输入一个值。我需要这是一个非必需参数,但不必设置为默认值?

谢谢

最佳答案

Why parameter value is required

对于这个问题,目前这是设计使然:“# 默认值;如果没有默认值,则参数必须由用户在运行时给出

enter image description here

您可以引用document在github上。作为一种解决方法,同意 Krzysztof Madej,您需要设置默认值 ''

关于azure-devops - Azure Pipeline - 为什么需要参数值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64779465/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com