Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Server2 でジョブが正常に完了した後、server1 でジョブをトリガーする必要があります。両方のサーバーは同じドメインにあります。
jenkins マスターがある場合は、他のサーバーを jenkins スレーブとして追加しnode('[slave name]') { ... }、ワークフロー プラグインの機能を使用してそのスレーブでビルドを開始できます。
node('[slave name]') { ... }