- ソースコード管理
- Git
- リポジトリ
- リポジトリURL : https://~~.git
- 認証情報 : free
- 名称 : null
- Refspec : null
- ビルドするブランチ
- ブランチ指定子 (空欄はすべてを指定) : refs/heads/master
- リポジトリ・ブラウザ : (自動)
- リポジトリ
- Git
- ビルド開始前にワークスペースを削除する : on
- ビルド
- シェルの実行
- シェルスクリプト :
- シェルの実行
git checkout master
git remote set-head origin master
追記
シェルスクリプトの内容と、Check out to specific local branch
がイコールであることを後で知りました
- ソースコード管理
- Git
- 追加処理 : Check out to specific local branch
- ブランチ名 : **
- 追加処理 : Check out to specific local branch
- Git
Check out to specific local branch のヒント
リビジョンをチェックアウトして、このブランチのヘッドとしてビルドします。
空文字や"**"を設定すると、ブランチ名はoriginを含まないリモートのブランチから算出します。その場合、 リモートブランチorigin/masterは、ローカルブランチmasterにチェックアウトされ、 リモートブランチorigin/develop/new-featureは、 ローカルブランチdevelop/new-featureにチェックアウトされます。
サブモジュールではテストされていないことに注意してください。