問題タブ [go-cd]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
195 問題
0
投票する
2
に答える
493
参照
0
投票する
1
に答える
216
参照
go-cd - GoCD: パイプラインの依存関係を設定する方法
git1 と git2 の 2 つのリポジトリ (マテリアル) があります。
git1 コミットでは、パイプラインをトリガーして git2 リポジトリを複製し、いくつかのジョブを実行する必要があります。どうやってするの?
問題は、パイプライン マテリアルとして git2 を追加すると、このマテリアルでもトリガーされますが、ジョブを実行するためだけに git2 を取得する必要があります。