Pipelines の yaml ファイルで glob パターンを使用する
bitbucket-pipelines.yml を設定する
このページの内容
関連コンテンツ
- Use glob patterns on the Pipelines yaml file
- Share Pipelines Configurations
- Pipeline bitbucket-pipelines.yml file gives me an error when I use ":"
- Configure your first pipeline
- YAML anchors
- What are pipes?
- How to run pipelines builds on historical commits which do not contain a bitbucket-pipelines.yml file
- Configure Bitbucket Cloud pipeline branch based triggers outside of the 'bitbucket-pipelines.yml' file
- Resolving "Cache key files could not be found" error on Bitbucket pipelines
- How to: Use already created secrets manager in Pipelines Runners Autoscaler
robots | noindex |
robots | noindex |
glob パターンでは、アスタリスクで始まる表現は使用できません。アスタリスクで始まる表現は、引用符で囲む必要があります。
feature/* |
|
feature/bb-123-fix-links |
|
" * " |
|
" ** " |
|
" */feature " |
|
"master" および重複するブランチ名 |
|
最終更新日 2020 年 6 月 24 日
関連コンテンツ
- Use glob patterns on the Pipelines yaml file
- Share Pipelines Configurations
- Pipeline bitbucket-pipelines.yml file gives me an error when I use ":"
- Configure your first pipeline
- YAML anchors
- What are pipes?
- How to run pipelines builds on historical commits which do not contain a bitbucket-pipelines.yml file
- Configure Bitbucket Cloud pipeline branch based triggers outside of the 'bitbucket-pipelines.yml' file
- Resolving "Cache key files could not be found" error on Bitbucket pipelines
- How to: Use already created secrets manager in Pipelines Runners Autoscaler
Powered by Confluence and Scroll Viewport.