プロジェクト

全般

プロフィール

Proposal #1341

未完了

Multiple jenkins servers in a project

Tomas Åberg さんが9年以上前に追加. 約9年前に更新.

ステータス:
新規(New)
優先度:
通常(Normal)
担当者:
-
対象バージョン:
-
開始日:
2014/07/18
期日:
進捗率:

0%

予定工数:

説明

Currently we use Jenkins to build RPM packages for us.
If we'd like to build RPM packages for RHEL 6 it's best practice to build the packages on a RHEL 6 machine and for RHEL 7 on a RHEL 7 server.
Therefore I'd like to see a option to add more than one Jenkins server to a project, instead of having two projects with the same code but different Jenkins server, it would be nice to only have one project and in that project point to the different build servers.

Ivan Samygin さんが約9年前に更新

You may consider using different Jenkins slave agents (https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds) to build each platform you need.

See https://wiki.jenkins-ci.org/display/JENKINS/Building+a+matrix+project

In short - you define one job and assign it to several executors (agents). The job (build steps) will be performed on every executor, so you'll get several results (artefacts) for every agent.

If one of the configuration fails, overall job is marked as failed and redmine-hudson plugin will show it.

他の形式にエクスポート: Atom PDF