检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
scm:代码源,当前只支持codehub,非必填,默认值codehub。 url:拉取代码的ssh地址或者https地址。codehub拉取代码时为ssh,其他代码源为https,必填项。 branch:拉取的代码分支名,必填项。 commit:commitId构建时拉取的commitId,非必填。
settings: public_repos: - https://mirrors.example.com/maven cache: true # 是否开启缓存
inputs: command: | pip config set global.index-url https://pypi.org/simple pip config set global.trusted-host repo
<distributionManagement> <repository> <id>ID</id> <url>https://example/</url> </repository> </distributionManagement> 其中“i
inputs: settings: public_repos: - https://mirrors.huawei.com/maven cache: true # 是否开启缓存 command:
inputs: settings: public_repos: - https://mirrors.huawei.com/maven # 配置依赖仓 cache: true # 是否开启缓存