LoginSignup
0
0

More than 1 year has passed since last update.

JenkinsのGit Parameterで特定のブランチのみ表示する

Last updated at Posted at 2023-02-07

以下の手順で設定できる。

1.対象のジョブの「設定」を押下
2.「ビルドのパラメータ化」→「Git Parameter」→「高度な設定...」を押下
3.「Branch Filter」で「origin/ブランチ名のパターン.*」を設定する

例えば「feature/***」的なブランチに絞る場合は「origin/feature/.*」とすることで絞り込める。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0