JP2017215762A - Build system for software and build method for software - Google Patents

Build system for software and build method for software Download PDF

Info

Publication number
JP2017215762A
JP2017215762A JP2016108927A JP2016108927A JP2017215762A JP 2017215762 A JP2017215762 A JP 2017215762A JP 2016108927 A JP2016108927 A JP 2016108927A JP 2016108927 A JP2016108927 A JP 2016108927A JP 2017215762 A JP2017215762 A JP 2017215762A
Authority
JP
Japan
Prior art keywords
build
software
source code
management system
automatic
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2016108927A
Other languages
Japanese (ja)
Inventor
耕一 塩野
Koichi Shiono
耕一 塩野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2016108927A priority Critical patent/JP2017215762A/en
Publication of JP2017215762A publication Critical patent/JP2017215762A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a software build system capable of preferentially developing high-priority software, and a software build method.SOLUTION: A software build system comprises: a source code management system; an automatic build system; a compile server group; a file server group; a development theme management system for a design manager of software to register a build priority for each development theme; and a fault management system for a person in charge of software test and a person in charge of market support to register priorities of measures corresponding to faults that occur in the software. The automatic build system requests the compile server group to build the software based on a source code that is committed by a designer, the build priority registered in the development theme management system and the measure priority registered in the fault management system.SELECTED DRAWING: Figure 3

Description

本発明は、ソフトウェアビルドシステム及びソフトウェアビルド方法に関する。   The present invention relates to a software build system and a software build method.

ソフトウェアの開発、特に大規模ソフトウェアの開発は、部品データベース部を備えた部品サーバー装置と、部品サーバー装置から発送されたソフトウェア部品を用いてソフトウェアを自動的にビルドするビルドサーバー装置とを備えたソフトウェアのビルドシステムを用いて行われる(例えば、特許文献1参照)。   Software development, particularly large-scale software development, includes a component server device including a component database unit and a build server device that automatically builds software using software components sent from the component server device. (For example, refer to Patent Document 1).

この種のソフトウェアビルドシステムにおいては、ソフトウェアの開発スピードを高めるため、システム管理者が複数のビルドサーバー装置を配置し、夫々のビルドサーバー装置のスループットが均等化するように、また複数のビルドサーバー装置のスループットが全体として目標値に近づくように、各ビルドサーバー装置の並列実行ジョブ数の設定することが一般的に行われている。   In this kind of software build system, in order to increase the speed of software development, a system administrator arranges multiple build server devices so that the throughput of each build server device is equalized, and multiple build server devices In general, the number of parallel execution jobs of each build server apparatus is set so that the throughput of the system approaches the target value as a whole.

また、この種のソフトウェアのビルドシステムにおいては、複数のソフトウェアを同時開発する場合、複数のソフトウェアについて並行にビルドが実行されるようにキュー管理を行うことも一般的である。   In this type of software build system, when a plurality of software is simultaneously developed, it is common to perform queue management so that the build is executed in parallel for the plurality of software.

ところで、複数のソフトウェアの同時開発する場合には、必然的に優先度の高いソフトウェアの開発と、優先度の低いソフトウェアの開発とが生じる。例えば、開発中のソフトウェアの不具合対策や市場で生じたソフトウェアの不具合対策については、優先度を高めて、不具合を速やかに解消することが求められる。   By the way, when developing a plurality of software at the same time, inevitably, development of software with high priority and development of software with low priority occur. For example, it is required to improve the priority of software malfunction countermeasures under development and software malfunction countermeasures that have occurred in the market and resolve the malfunctions promptly.

しかしながら、複数のビルドサーバー装置のスループットが均等化するように、また複数のビルドサーバー装置のスループットが全体として目標値に近づくように、各ビルドサーバー装置の並列実行ジョブ数を設定するという方法や、複数のソフトウェアについて並行にビルドが実行されるようにキュー管理を行うという方法では、優先度の高いソフトウェアの開発スピードを上げることができない。   However, a method of setting the number of parallel execution jobs of each build server device so that the throughput of the plurality of build server devices is equalized and the throughput of the plurality of build server devices approaches the target value as a whole, The method of performing queue management so that builds are executed in parallel for a plurality of software cannot increase the development speed of software with high priority.

本発明は、このような従来技術の課題を解決するためになされたものであり、優先度の高いソフトウェアの開発を優先的に行えるソフトウェアビルドシステム及びソフトウェアビルド方法を提供することを目的とする。   The present invention has been made to solve such problems of the prior art, and an object of the present invention is to provide a software build system and a software build method capable of preferentially developing software with high priority.

上記課題を解決するために、本発明の一態様は、ソフトウェアの設計者がコミットしたソースコードとその変更履歴の管理を行うソースコード管理システムと、前記ソースコード管理システムからソースコードの変更を検出して、コンパイルサーバー群にソフトウェアのビルド依頼を行う自動ビルドシステムと、前記コンパイルサーバー群により作製されたビルト成果物を保存するファイルサーバー群と、ソフトウェアの設計監理者が開発テーマ毎のビルド優先度を登録する開発テーマ管理システムと、ソフトウェアのテスト担当者及び市場サポート担当者がソフトウェアに発生した障害に関する障害情報を登録する障害管理システムと、を備え、前記自動ビルドシステムは、前記設計者がコミットした前記ソースコードと、前記開発テーマ管理システムに登録された前記ビルド優先度と、前記障害管理システムに登録された前記障害情報とに基づいて、前記コンパイルサーバー群にソフトウェアのビルド依頼を行うことを特徴とする。   In order to solve the above-described problems, an aspect of the present invention provides a source code management system that manages a source code committed by a software designer and its change history, and detects a change in the source code from the source code management system. Then, an automatic build system that requests software compilation to the compile server group, a file server group that stores the built artifacts created by the compile server group, and a software design supervisor who builds the build priority for each development theme A development theme management system for registering software, and a fault management system for registering fault information related to faults occurring in software by software testers and market support staff. The automatic build system is committed by the designer. The source code and the development theme Said build priorities registered in the management system, the based on the failure management the fault information registered in the system, and performs the build request software on the compilation server group.

本発明によれば、優先度の高いソフトウェアの開発を優先的に行えるソフトウェアビルドシステム及びソフトウェアビルド方法を提供できる。   ADVANTAGE OF THE INVENTION According to this invention, the software build system and software build method which can preferentially develop high priority software can be provided.

従来知られている一般的なソフトウェアビルドシステムの基本構成を示す図である。It is a figure which shows the basic composition of the general software build system known conventionally. 実施形態に係るソフトウェアビルドシステムの基本構成を示す図である。It is a figure which shows the basic composition of the software build system which concerns on embodiment. 実施形態に係るソフトウェアビルドシステムの詳細構成を示す図である。It is a figure which shows the detailed structure of the software build system which concerns on embodiment. 実施形態に係るソースコード変更付加情報の一例を示す図である。It is a figure which shows an example of the source code change additional information which concerns on embodiment. 実施形態に係る機種ソースコード構成定義の一例を示す図である。It is a figure which shows an example of the model source code structure definition which concerns on embodiment. 実施形態に係る開発テーマ管理登録データの一例を示す図である。It is a figure which shows an example of the development theme management registration data which concerns on embodiment. 実施形態に係る障害管理登録データの一例を示す図である。It is a figure showing an example of failure management registration data concerning an embodiment. 実施形態に係る機種群ビルド制御部が実施するビルド要求までの手順を示すフローチャートである。It is a flowchart which shows the procedure to the build request which the model group build control part which concerns on embodiment implements. 障害対策のために複数のソースコードの対策が必要な場合における処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of a process in case the countermeasure of a some source code is required for a countermeasure against a failure. 変更したソースコードのビルド結果であるライブラリを必要とするソースコードがある場合における処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of a process in case there exists the source code which requires the library which is the build result of the changed source code. 実施形態に係る機種群ビルドジョブキュー制御部が実施するビルド手順を示すフローチャートである。It is a flowchart which shows the build procedure which the model group build job queue control part which concerns on embodiment implements.

実施形態に係るソフトウェアビルドシステムの説明に先立ち、従来知られている一般的なソフトウェアビルドシステムの基本構成を、図1を用いて説明する。   Prior to the description of the software build system according to the embodiment, a basic configuration of a conventionally known general software build system will be described with reference to FIG.

図1に示すように、従来知られている一般的なソフトウェアビルドシステム100は、メールサーバーと、ソースコード管理システムと、自動ビルドシステムと、コンパイルサーバー群と、ファイルサーバー群とを含んで構成されている。   As shown in FIG. 1, a conventionally known general software build system 100 includes a mail server, a source code management system, an automatic build system, a compile server group, and a file server group. ing.

メールサーバーは、自動ビルドシステムからのビルド結果メールを受け付ける。設計者D1、D2、D3は、メールサーバーにアクセスすることにより、自分宛のビルド結果メールを受け取ることができる。   The mail server accepts a build result mail from the automatic build system. Designers D1, D2, and D3 can receive a build result mail addressed to themselves by accessing the mail server.

ソースコード管理システムは、設計者D1、D2、D3がコミットしたソースコードと変更履歴の管理を行う。   The source code management system manages the source code committed by the designers D1, D2, and D3 and the change history.

自動ビルドシステムは、ソースコード管理システムからソースコードの変更を検出し、コンパイルサーバー群にビルド依頼を行う。また、自動ビルドシステムは、ビルド成果物であるライブラリやROMイメージをファイルサーバー群に保存すると共に、ファイルサーバー群へのビルド成果物の保存完了後に、メールサーバー1に対してビルド結果メールの通知要求を発行する。   The automatic build system detects a change in the source code from the source code management system and makes a build request to the compile server group. In addition, the automatic build system saves the build product library and ROM image in the file server group, and requests the mail server 1 to notify the build result mail after the build product is saved in the file server group. Issue.

コンパイルサーバー群は、自動ビルドシステムから依頼されたソースコードに対してソフトウェアのビルドを実行する。   The compile server group executes software build on the source code requested from the automatic build system.

ファイルサーバー群は、自動ビルドシステムからの依頼により、ビルド成果物であるライブラリやROMイメージをファイル保存する。   The file server group stores a library and a ROM image, which are build products, in response to a request from the automatic build system.

このように構成された従来のソフトウェアビルドシステムにおいては、図1に示す手順でソフトウェアのビルドが行われる。即ち、設計者D1、D2、D3が、クライアントコンピュータ(PC)を操作してソースコードをコミットすると、そのソースコードコミットがソースコード管理システムに登録される(ステップS1)。   In the conventional software build system configured as described above, software is built according to the procedure shown in FIG. That is, when the designers D1, D2, and D3 operate the client computer (PC) to commit the source code, the source code commit is registered in the source code management system (step S1).

自動ビルドシステムは、ソースコード管理システムからソースコードの変更を検出し(ステップS2)、コンパイルサーバー群にビルド依頼を行う(ステップS3)。次いで、自動ビルドシステムは、コンパイルサーバー群からビルド成果物を受け取り、受け取ったビルド成果物をライブラリやROMイメージの形でファイルサーバー群に保存する(ステップS4)。更に、自動ビルドシステムは、ファイルサーバー群へのビルド成果物の保存完了後に、メールサーバーに対してビルド結果メールの通知要求を発行する。   The automatic build system detects a change in the source code from the source code management system (step S2), and makes a build request to the compile server group (step S3). Next, the automatic build system receives the build product from the compile server group, and stores the received build product in the file server group in the form of a library or a ROM image (step S4). Further, the automatic build system issues a build result mail notification request to the mail server after the storage of the build product in the file server group is completed.

メールサーバーは、自動ビルドシステムから発行されたビルド結果メールの通知要求に基づいて、自動ビルドシステムからビルド結果メールを受け取る(ステップS5)。設計者A、B、Cは、メールサーバーにアクセスして自分宛のビルド結果メールを受け取り(ステップS6)、受け取ったビルド結果メールの内容に応じて、必要がある場合にはクライアントコンピュータを操作して、再度ソースコードをコミットする。   The mail server receives the build result mail from the automatic build system based on the build result mail notification request issued from the automatic build system (step S5). Designers A, B, and C access the mail server and receive a build result mail addressed to them (step S6), and operate the client computer if necessary according to the contents of the received build result mail. Commit the source code again.

従来のソフトウェアビルドシステム100は、このように構成されているので、開発しているソフトウェアの優先度に関係なく、設計者D1、D2、D3によるソフトウェアの開発がほぼ同時並行的に行われる。   Since the conventional software build system 100 is configured in this way, the software development by the designers D1, D2, and D3 is performed almost simultaneously in parallel, regardless of the priority of the software being developed.

次に、実施形態に係るソフトウェアビルドシステム200の構成を、図2及び図3を用いて説明する。図2は、実施形態に係るソフトウェアビルドシステム200の基本構成を示す図であり、この図から明らかなように、実施形態に係るソフトウェアビルドシステム200は、図1に示した一般的なソフトウェアビルドシステム100に、開発テーマ管理システムと、障害管理システムとを追加した構成になっている。   Next, the configuration of the software build system 200 according to the embodiment will be described with reference to FIGS. 2 and 3. FIG. 2 is a diagram showing a basic configuration of the software build system 200 according to the embodiment. As is clear from this figure, the software build system 200 according to the embodiment is the general software build system shown in FIG. The development theme management system and the failure management system are added to 100.

図3は、実施形態に係るソフトウェアビルドシステム200のより実際的な構成を示す図である。この図から明らかなように、本例のソフトウェアビルドシステム200は、ソースコード管理システムに、A機種群ソースコード管理サーバーと、B機種群ソースコード管理サーバーとが備えられている。A機種群ソースコード管理サーバー及びB機種群ソースコード管理サーバーは、類似機種単位でソースコードを管理するための管理サーバーであり、ソースコードと後述するソースコード変更付加情報を関連づけて保存する。なお、開発しようとするソフトウェアの機種数によっては、3つ以上の機種群ソースコード管理サーバーが備えられる。   FIG. 3 is a diagram illustrating a more practical configuration of the software build system 200 according to the embodiment. As is apparent from this figure, the software build system 200 of this example is provided with an A model group source code management server and a B model group source code management server in the source code management system. The A model group source code management server and the B model group source code management server are management servers for managing source code in units of similar models, and store the source code and source code change additional information described later in association with each other. Depending on the number of models of software to be developed, three or more model group source code management servers are provided.

A機種群ソースコード管理サーバーは、設計者D1、D2、D3がPCを操作することによりコミットしたソースコードと変更履歴の管理を行い、B機種群ソースコード管理サーバーは、設計者D4、D5、D6がPCを操作することによりコミットしたソースコードと変更履歴の管理を行う。即ち、図3のソフトウェアビルドシステム200は、設計者D1、D2、D3が共同してA機種のソフトウェアを開発し、設計者D4、D5、D6が共同してB機種のソフトウェアを開発できるようになっている。   The A model group source code management server manages the source code and change history committed by the designers D1, D2, and D3 by operating the PC, and the B model group source code management server includes the designers D4, D5, D6 manages the source code and change history committed by operating the PC. That is, the software build system 200 of FIG. 3 is designed so that the designers D1, D2, and D3 can jointly develop A type software, and the designers D4, D5, and D6 can jointly develop B type software. It has become.

設計者D1、D2、D3、D4、D5、D6が操作するPCのクライアントソフトは、機種群ソースコード管理サーバーにソースコードをコミットするためのソフトウェアを有している。また、各PCは、図4に示すソースコード変更付加情報60を入力できるユーザインタフェースを併せ持っている。   The client software of the PC operated by the designers D1, D2, D3, D4, D5, and D6 has software for committing the source code to the model group source code management server. Each PC also has a user interface capable of inputting the source code change additional information 60 shown in FIG.

ソースコード変更付加情報は、設計者D1、D2、D3、D4、D5、D6がソースコードをコミットするときに付加する情報である。設計者D1、D2、D3、D4、D5、D6は、図4に示すフォームに従って、ソースコードの変更内容が障害対策なのか否かの識別と、障害対策の場合は障害管理番号と、他のソースコードとの組み合わせ変更の有無と、複数のソースコードのコミットで対策が完了する場合にはその対策ソースコードを記載する。   The source code change additional information is information added when the designers D1, D2, D3, D4, D5, and D6 commit the source code. Designers D1, D2, D3, D4, D5, and D6 identify whether or not the source code change content is a countermeasure against the failure according to the form shown in FIG. If countermeasures are completed by the presence or absence of a combination change with source code and the commit of multiple source codes, the countermeasure source code is described.

また、A機種群ソースコード管理サーバーには、A機種群ソースコード変更監視部が付設され、B機種群ソースコード管理サーバーには、B機種群ソースコード変更監視部が付設されている。   The A model group source code management server is provided with an A model group source code change monitoring unit, and the B model group source code management server is provided with a B model group source code change monitoring unit.

A機種群ソースコード変更監視部は、A機種群ソースコード管理サーバーへの設計者D1、D2、D3によるソースコードのコミットを監視し、ソースコードのコミットを検出したならば、自動ビルドシステムにソースコードの変更通知を行う。また、B機種群ソースコード変更監視部は、B機種群ソースコード管理サーバーへの設計者D4、D5、D6によるソースコードのコミットを監視し、ソースコードのコミットを検出したならば、自動ビルドシステムにソースコードの変更通知を行う。ソースコードの変更通知には、ソースコードに変更があったことと、変更後のソースコードとを含む。   The A model group source code change monitoring unit monitors the commit of the source code by the designers D1, D2, and D3 to the A model group source code management server, and if the source code commit is detected, the source is sent to the automatic build system. Notify code changes. In addition, the B model group source code change monitoring unit monitors the commit of the source code by the designers D4, D5, and D6 to the B model group source code management server. Inform source code change notification. The source code change notification includes a change in the source code and the changed source code.

また、実施形態に係るソフトウェアビルドシステム200は、図3に示すように、自動ビルドシステムとして、A機種群用自動ビルドシステムと、B機種群用自動ビルドシステムとが備えられている。A機種群用自動ビルドシステムは、A機種群ソースコード変更監視部からソースコードの変更通知を受けたとき、ビルド操作を開始する。またB機種群用自動ビルドシステムは、B機種群ソースコード変更監視部からソースコードの変更通知を受けたとき、ビルド操作を開始する。   Further, as shown in FIG. 3, the software build system 200 according to the embodiment includes an A model group automatic build system and a B model group automatic build system as automatic build systems. The A model group automatic build system starts a build operation when it receives a source code change notification from the A model group source code change monitoring unit. The B model group automatic build system starts a build operation when receiving a source code change notification from the B model group source code change monitoring unit.

A機種群用自動ビルドシステムは、図3に示すように、A機種群設計担当者定義部、A機種群ROM作成スケジュール定義、A機種群ビルド制御部、機種Wソースコード構成定義、機種Wソースコードビルド順番定義、機種Wビルド制御ワークスペース、機種W用ビルド待ちキュー、機種Xソースコード構成定義、機種Xソースコードビルド順番定義、機種Xビルド制御ワークスペース、機種X用ビルド待ちキューを含んで構成される。   As shown in FIG. 3, the A model group automatic build system includes an A model group designer definition section, an A model group ROM creation schedule definition, an A model group build control section, a model W source code configuration definition, and a model W source. Includes code build order definition, model W build control workspace, model W build queue, model X source code configuration definition, model X source code build order definition, model X build control workspace, model X build queue Composed.

一方、B機種群用自動ビルドシステムは、図3に示すように、B機種群設計担当者定義部、B機種群ROM作成スケジュール定義、B機種群ビルド制御部、機種Yソースコード構成定義、機種Yソースコードビルド順番定義、機種Yビルド制御ワークスペース、機種Y用ビルド待ちキュー、機種Zソースコード構成定義、機種Zソースコードビルド順番定義、機種Zビルド制御ワークスペース、機種Z用ビルド待ちキューを含んで構成される。   On the other hand, as shown in FIG. 3, the B model group automatic build system has a B model group designer definition part, a B model group ROM creation schedule definition, a B model group build control part, a model Y source code configuration definition, and a model. Y source code build order definition, model Y build control workspace, model Y build queue, model Z source code configuration definition, model Z source code build order definition, model Z build control workspace, model Z build queue Consists of including.

A機種群用自動ビルドシステム及びB機種群用自動ビルドシステムに備えられた各機種群の設計担当者定義部は、ビルド結果のメール通知先であり、ソースコードと対応されている。   The design person definition section of each model group provided in the A model group automatic build system and the B model group automatic build system is a mail notification destination of the build result and corresponds to the source code.

同様に、A機種群用自動ビルドシステム及びB機種群用自動ビルドシステムに備えられた各機種群のROM作成スケジュール定義は、ROM作成開始時間が設定されている。通常の場合、ROM作成は、ソースコード全体をビルドする。   Similarly, the ROM creation start time is set in the ROM creation schedule definition of each model group provided in the A model group automatic build system and the B model group automatic build system. Normally, ROM creation builds the entire source code.

機種群ビルド制御部は、ソースコード管理システムからのソースコードの変更通知を受けて、ビルド操作を開始する役割をもつ。また、機種群ROM作成スケジュール定義を参照し、設定された時間になったら、機種ソースコードビルド順番定義にしたがって、ビルド操作を開始する。   The model group build control unit has a role of starting a build operation in response to a source code change notification from the source code management system. Also, the model group ROM creation schedule definition is referenced, and when the set time comes, the build operation is started according to the model source code build order definition.

機種ソースコード構成定義は、機種を構成しているソースコードの一覧である。ソースコード構成定義の一例を図5に示す。図5に例示するソースコード構成定義は、ソースコードと、成果物と、ライブラリ利用ソースコードとから構成されており、ソースコードをビルドしたときに、他のソースコードのためのライブラリを生成するのか否かの識別と、ライブラリ生成の場合には利用するソースコードを登録する。   The model source code configuration definition is a list of source codes constituting the model. An example of the source code configuration definition is shown in FIG. The source code configuration definition illustrated in FIG. 5 includes source code, deliverables, and library use source code. When the source code is built, is a library for other source code generated? In the case of library generation, the source code to be used is registered.

また、機種ソースコードビルド順番定義は、ROM作成時に利用されるソースコード全体のビルド順番を定義している。   The model source code build order definition defines the build order of the entire source code used when creating the ROM.

機種ビルド制御ワークスペースは、ビルドログやビルド結果の一時置き場である。   The model build control workspace is a temporary storage place for build logs and build results.

機種ビルド待ちキューは、コンパイルサーバーにビルド要求を出す順番を記憶するキューである。   The model build wait queue is a queue that stores the order in which build requests are issued to the compile server.

更に、実施形態に係るソフトウェアビルドシステム200は、図3に示すように、コンパイルサーバー群に、A機種群用コンパイルサーバーと、B機種群用コンパイルサーバーとが備えられている。A機種群用コンパイルサーバーは、A機種群用自動ビルドシステムから依頼されたソースコードに対してソフトウェアのビルドを実行する。また、B機種群用コンパイルサーバーは、B機種群用自動ビルドシステムから依頼されたソースコードに対してソフトウェアのビルドを実行する。   Furthermore, as shown in FIG. 3, the software build system 200 according to the embodiment includes a compile server group including a compile server for the A model group and a compile server for the B model group. The compile server for the A model group executes software build on the source code requested from the automatic build system for the A model group. The B model group compile server executes a software build on the source code requested from the B model group automatic build system.

A機種群用コンパイルサーバーは、A機種群ビルドジョブキュー制御部と、A機種群ビルドジョブキューと、サーバー(1)と、サーバー(2)とを含んで構成される。また、B機種群用コンパイルサーバーは、B機種群ビルドジョブキュー制御部と、B機種群ビルドジョブキューと、サーバー(3)と、サーバー(4)とを含んで構成される。   The A model group compile server includes an A model group build job queue control unit, an A model group build job queue, a server (1), and a server (2). The B model group compile server includes a B model group build job queue control unit, a B model group build job queue, a server (3), and a server (4).

A機種群用コンパイルサーバーのA機種群ビルドジョブキュー制御部は、A機種群用自動ビルドシステムの機種W用及び機種X用のビルド待ちキューを参照して、A機種群ビルドジョブキューにビルド要求を書き込む。また、B機種群用コンパイルサーバーのB機種群ビルドジョブキュー制御部は、B機種群用自動ビルドシステムの機種Y用及び機種Z用のビルド待ちキューを参照して、B機種群ビルドジョブキューにビルド要求を書き込む。   The A model group build job queue control section of the A model group compile server refers to the build waiting queues for model W and model X of the automatic build system for A model group, and requests build to the A model group build job queue. Write. In addition, the B model group build job queue controller of the B model group compilation server refers to the build queues for model Y and model Z of the B model group automatic build system, and enters the B model group build job queue. Write a build request.

A機種群用コンパイルサーバー及びB機種群用コンパイルサーバーに備えられた各ビルドジョブキューは、上記ビルド要求を受けてジョブの空きを待つためのキューである。また、サーバー(1)〜(4)は、ビルド実行するための仮想サーバーであり、ジョブは、ビルド処理のインスタンスである。   Each build job queue provided in the compile server for the A model group and the compile server for the B model group is a queue for receiving a build request and waiting for an empty job. Servers (1) to (4) are virtual servers for executing a build, and a job is an instance of a build process.

加えて、実施形態に係るソフトウェアビルドシステム200は、図3に示すように、ファイルサーバー群として、ライブラリ保存サーバーと、ROMイメージ保存サーバーとが備えられている。   In addition, as shown in FIG. 3, the software build system 200 according to the embodiment includes a library storage server and a ROM image storage server as a file server group.

ライブラリ保存サーバーには、A機種群用自動ビルドシステムで生成された機種W用ライブラリ及び機種X用ライブラリと、B機種群用自動ビルドシステムで生成された機種Y用ライブラリ及び機種Z用ライブラリとが保存される。   The library storage server includes a model W library and a model X library generated by the A model group automatic build system, and a model Y library and a model Z library generated by the B model group automatic build system. Saved.

一方、ROMイメージ保存サーバーには、A機種群用自動ビルドシステムで生成された機種W用ROMイメージ及び機種X用ROMイメージと、B機種群用自動ビルドシステムで生成された機種Y用ROMイメージ及び機種Z用ROMイメージとが保存される。   On the other hand, the ROM image storage server includes a model W ROM image and a model X ROM image generated by the A model group automatic build system, a model Y ROM image generated by the B model group automatic build system, and The model Z ROM image is stored.

図2に戻って、実施形態に係るソフトウェアビルドシステム200に備えられる開発テーマ管理システム及び障害管理システムについて説明する。   Returning to FIG. 2, the development theme management system and the failure management system provided in the software build system 200 according to the embodiment will be described.

開発テーマ管理システムは、図6に例示する開発テーマ管理登録データを保有しており、開発テーマ毎の開発日程とビルドの優先度とを管理する。この開発テーマ管理登録データは、設計監理者Mが登録する情報である。   The development theme management system has development theme management registration data illustrated in FIG. 6, and manages the development schedule and build priority for each development theme. The development theme management registration data is information registered by the design supervisor M.

図6に例示する開発テーマ管理登録データは、開発テーマ名と、量産時期と、ビルド優先度とから構成されている。機種Wは量産時期が2017年1月1日、機種Xは量産時期が2017年3月1日、機種Yは量産時期が2017年2月1日、機種Zは量産時期が2017年6月1日である。そして、本例においては、量産時期が早い順にビルド優先度が定義されている。   The development theme management registration data illustrated in FIG. 6 includes a development theme name, a mass production time, and a build priority. The model W has a mass production date of January 1, 2017, the model X has a mass production date of March 1, 2017, the model Y has a mass production date of February 1, 2017, and the model Z has a mass production date of June 1, 2017. Day. In this example, build priorities are defined in the order of early mass production.

障害管理システムは、図7に例示する障害管理登録データを保有しており、ソフトウェアの開発中に発生した障害及び市場での障害内容を管理する。この障害管理登録データは、テスト担当者T及び市場サポート担当者Sが登録する情報である。   The fault management system has fault management registration data illustrated in FIG. 7, and manages faults occurring during software development and fault contents in the market. This failure management registration data is information registered by the tester T and the market supporter S.

図7に例示する障害管理登録データは、障害管理番号と、障害内容と、発生区分と、発生機種と、対策優先度と、ステータスと、担当者名と、担当者であるテスト担当者T又は市場サポート担当者Sのメールアドレスとから構成されている。   The failure management registration data illustrated in FIG. 7 includes a failure management number, a failure content, an occurrence classification, an occurrence model, a countermeasure priority, a status, a person in charge name, a person in charge of a test person T It consists of the email address of the market support person S.

障害管理番号は、例えば通し番号とすることができる。発生区分には、市場で発生した障害であるのか、ソフトウェアの開発中に発生した障害であるのかの区分が登録される。対策優先度には、「高」、「中」、「低」の区分が登録される。一般に対策優先度は、市場で発生した障害に対して高い対策優先度が割り振られる。また、ソフトウェアの開発中に発生した障害については、量産時期を考慮して対策優先度が割り振られる。   The failure management number can be a serial number, for example. In the occurrence category, a category of whether the failure occurred in the market or the failure occurred during software development is registered. In the countermeasure priority, categories of “high”, “medium”, and “low” are registered. In general, the priority of countermeasures is assigned to a higher countermeasure priority with respect to failures occurring in the market. For failures that occur during software development, countermeasure priority is assigned in consideration of the mass production time.

実施形態に係るソフトウェアビルドシステム200は、図2に示す手順でソフトウェアのビルドを行う。まず、設計監理者Mは、ソフトウェアのビルドを開始するに先立ち、開発テーマ管理システムに開発テーマ毎のビルド優先度(図6参照)を登録する(ステップS0)。   The software build system 200 according to the embodiment performs software build according to the procedure shown in FIG. First, the design supervisor M registers the build priority (see FIG. 6) for each development theme in the development theme management system before starting the software build (step S0).

また、テスト担当者Tは、開発中のソフトウェアに障害が発生したとき、障害管理システムに障害情報(図7参照)を登録し、市場サポート担当者Sは、市場に提供されているソフトウェアに障害が発生したとき、障害管理システムに障害情報(図7参照)を登録する(ステップS11)。   Further, when a failure occurs in the software under development, the tester T registers failure information (see FIG. 7) in the failure management system, and the market supporter S detects a failure in the software provided in the market. When this occurs, failure information (see FIG. 7) is registered in the failure management system (step S11).

ソースコードのコミットに際して、設計者D1、D2、D3は、障害管理システムに登録された障害管理番号(図7参照)を参照する(ステップS12)。そして、障害管理システムに登録されている障害対応を実施した場合、設計者D1、D2、D3は、障害管理番号を付加して、ソースコード管理システムにソースコードをコミットする(ステップS13)。   When committing the source code, the designers D1, D2, and D3 refer to the failure management number (see FIG. 7) registered in the failure management system (step S12). When the failure handling registered in the failure management system is performed, the designers D1, D2, and D3 add the failure management number and commit the source code to the source code management system (step S13).

自動ビルドシステムは、ソースコード管理システムからソースコードの変更を検知する(ステップS14)。また、自動ビルドシステムは、障害管理登録データに付加されている障害管理番号を参照し、そこから対応する対策優先度を確認する(ステップS15)。更に、自動ビルドシステム3は、そのソースコードが対策優先度「高」に設定されていれば、対策優先度「低」の障害のビルドよりも前にビルドがされるようにキュー操作し、コンパイルサーバー群4にビルド依頼をする(ステップS16)。   The automatic build system detects a change in the source code from the source code management system (step S14). Further, the automatic build system refers to the failure management number added to the failure management registration data, and confirms the countermeasure priority corresponding thereto (step S15). Furthermore, if the source code of the automatic build system 3 is set to the countermeasure priority “high”, the automatic build system 3 performs the queue operation so that the build is performed before the failure build with the countermeasure priority “low”, and the compilation is performed. A build request is sent to the server group 4 (step S16).

コンパイルサーバー群は、開発テーマ管理システムに登録されたビルド優先度を確認した後(ステップS17)、自動ビルドシステムから依頼されたソースコードに対してビルドを実行する(ステップS18)。このとき、コンパイルサーバー群は、開発テーマ管理システムの登録内容を参照し、そのソースコードがビルド優先度「高」に設定されているテーマであれば、ビルド優先度「低」のテーマ用よりも先にビルドするようにキュー操作する。   After confirming the build priority registered in the development theme management system (step S17), the compile server group executes the build on the source code requested from the automatic build system (step S18). At this time, the compile server group refers to the registered contents of the development theme management system, and if the source code is a theme that is set to build priority "high", it will be more than the one for the theme with build priority "low". Queue operation to build first.

ビルドが障害対策である場合、自動ビルドシステムは、ビルド完了後に、障害管理システムに対してステータス(図7参照)の変更要求を発行する(ステップS19)。また、自動ビルドシステムは、ステータスの変更要求後に、メールサーバー及び障害管理システムに対してビルド結果メールの通知要求を発行する(ステップS20)。   If the build is a countermeasure against a failure, the automatic build system issues a status change request (see FIG. 7) to the failure management system after the build is completed (step S19). In addition, after the status change request, the automatic build system issues a build result mail notification request to the mail server and the failure management system (step S20).

しかる後に、ファイルサーバー群は、自動ビルドシステムからの依頼により、ビルド成果物であるライブラリ又はROMイメージを保存する(ステップS21)。また、メールサーバーは、ビルド結果を設計者D1、D2、D3、テスト担当者T、市場サポート担当者Sにメール通知する(ステップS22)。   Thereafter, the file server group stores a library or ROM image that is a build product in response to a request from the automatic build system (step S21). In addition, the mail server notifies the build results to the designers D1, D2, D3, the tester T, and the market supporter S by mail (step S22).

次に、機種群ビルド制御部が機種群ソースコード変更監視部からソースコードの変更通知を受けたときに、その変更通知をトリガーにしてソースコードのビルドを開始する場合の、機種群ビルド制御部(図3参照)が実施するビルド要求までの手順を、図8にしたがって説明する。   Next, when the model group build control unit receives a source code change notification from the model group source code change monitoring unit, the model group build control unit to start building the source code triggered by the change notification The procedure up to the build request executed by (see FIG. 3) will be described with reference to FIG.

機種群ビルド制御部が、機種群ソースコード変更監視部からソースコードの変更通知を受信する(ステップS31)と、機種群ビルド制御部は、ソースコード変更付加情報(図4)の障害管理番号をキーにして、障害管理登録データ(図7)から対策優先度を識別する(ステップS32)。次いで、機種群ビルド制御部は、機種群ソースコード構成定義(図5)の対象ソースコードをキーにして、そのソースコードが含まれる機種を確定する(ステップS33)。しかる後に、機種群ビルド制御部は、機種別に用意されている機種別ビルド待ちキューにキューイングする(ステップS34)。   When the model group build control unit receives the source code change notification from the model group source code change monitoring unit (step S31), the model group build control unit sets the failure management number of the source code change additional information (FIG. 4). As a key, countermeasure priority is identified from the failure management registration data (FIG. 7) (step S32). Next, the model group build control unit uses the target source code of the model group source code configuration definition (FIG. 5) as a key to determine the model including the source code (step S33). Thereafter, the model group build control unit queues the model-specific build waiting queue prepared for each model (step S34).

これにより、機種群ビルド制御部は、機種群ソースコード変更監視部からソースコードの変更通知を受けたときに、その変更通知をトリガーにしてソースコードのビルドを開始することができる。   Thus, when the model group build control unit receives the source code change notification from the model group source code change monitoring unit, the model group build control unit can start building the source code using the change notification as a trigger.

次に、障害対策のために複数のソースコードの対策が必要な場合の手順を図9にしたがって説明する。なお、図9の例においては、2つのソースコードの対策が必要な場合について説明するが、3つ以上のソースコードの対策が必要な場合についても同様である。   Next, a procedure in the case where countermeasures for a plurality of source codes are necessary for countermeasures against failures will be described with reference to FIG. In the example of FIG. 9, a case where measures against two source codes are required will be described, but the same applies to a case where measures against three or more source codes are required.

機種群ビルド制御部は、機種群ソースコード変更監視部からのソースコードの変更通知を受信したとき(ステップS41)、ソースコード変更付加情報にある対象ソースコードを参照して、ビルド制御ワークスペースにこれと待ち合わせしている障害管理番号の有無を問い合わせる(ステップS42)。   When the model group build control unit receives the source code change notification from the model group source code change monitoring unit (step S41), the model group build control unit refers to the target source code in the source code change additional information and stores it in the build control workspace. An inquiry is made as to whether there is a failure management number waiting for this (step S42).

機種群ビルド制御部は、待ち合わせしている障害管理番号がある場合、その待ち合わせしている2つのソースコードのソースコード名称と障害対策管理番号を機種ビルド制御ワークスペースに保存する(ステップS43)。このとき、ソースコード毎に記憶しているビルド要求を発行済みのフラグをONにする。保存した内容には識別IDを付加する。   If there is a failure management number that is waiting, the model group build control unit stores the source code names and failure countermeasure management numbers of the two waiting source codes in the model build control workspace (step S43). At this time, the flag indicating that the build request stored for each source code has been issued is turned ON. An identification ID is added to the saved contents.

しかる後に、機種別ビルドキューに要求を識別IDとともにキューイングする(ステップS44)。   Thereafter, the request is queued together with the identification ID in the model-specific build queue (step S44).

次いで、機種群ビルド制御部は、機種群ソースコード変更監視部からの変更通知を受信するのを待って(ステップS45)、機種ビルド制御ワークスペースに保存されたソースコード名称と障害対策管理番号が一致しているか判断する(ステップS46)。   Next, the model group build control unit waits for reception of a change notification from the model group source code change monitoring unit (step S45), and the source code name and trouble countermeasure management number stored in the model build control workspace are stored. It is determined whether they match (step S46).

機種ビルド制御ワークスペースに保存されたソースコード名称と障害対策管理番号が一致している場合は、機種別ビルド待ちキューに要求をキューイングすると同時にソースコード毎に記憶しているビルド要求を発行済みのフラグをONにする(ステップS47)。   If the source code name saved in the model build control workspace matches the failure management number, a build request stored for each source code is issued at the same time that the request is queued to the build queue for each model. Is turned ON (step S47).

次いで、機種群ビルド制御部は、機種群ビルドジョブキュー制御部からビルドの完了を受信したとき(ステップS48)、障害対策の場合には、識別IDの有無を判断し、識別IDが存在する場合には、その識別IDとソースコード名称に一致するビルド完了フラグをONにする(ステップS49)。そして、機種群ビルド制御部は、:識別IDの中にあるビルド完了フラグがすべてONになったとき、障害対策完了と認識する。   Next, when the model group build control unit receives the completion of the build from the model group build job queue control unit (step S48), in the case of failure countermeasures, the presence / absence of the identification ID is determined, and the identification ID exists. In step S49, the build completion flag that matches the identification ID and the source code name is set to ON. Then, the model group build control unit recognizes that the trouble countermeasure is completed when all the build completion flags in the identification ID are turned ON.

これにより、障害対策のために複数のソースコードの対策が必要な場合におけるソースコードのビルドを行うことができる。   As a result, it is possible to build a source code when a plurality of source codes need to be taken as countermeasures against failures.

次に、変更したソースコードのビルド結果であるライブラリを必要とするソースコードがある場合の手順を図10にしたがって説明する。   Next, a procedure when there is a source code that requires a library as a build result of the changed source code will be described with reference to FIG.

機種群ビルド制御部は、機種群ビルドジョブキュー制御部からビルドの完了を受信したとき(ステップS51)、機種ソースコード構成定義にあるライブラリ利用ソースコードを参照する(ステップS52)。そして、ソースコードがある場合には、そのソースコードのビルド要求を機種別ビルドキューに要求にキューイングする。   When the model group build control unit receives the completion of the build from the model group build job queue control unit (step S51), the model group build control unit refers to the library use source code in the model source code configuration definition (step S52). If there is a source code, the build request for the source code is queued to the request in the model-specific build queue.

これにより、変更したソースコードのビルド結果であるライブラリを必要とするソースコードがある場合におけるソースコードのビルドを行うことができる。   As a result, the source code can be built when there is source code that requires the library that is the build result of the changed source code.

次に、機種群ビルドジョブキュー制御部が実施するビルド手順を、図11にしたがって説明する。   Next, a build procedure performed by the model group build job queue control unit will be described with reference to FIG.

機種群ビルドジョブキュー制御部は、複数ある機種用ビルド待ちキューを順次ポーリングし、ビルド要求を識別する(ステップS61)。次いで、機種群ビルドジョブキュー制御部は、ビルド要求があった機種用ビルド待ちキューから機種を識別する(ステップS62)。更に、機種群ビルドジョブキュー制御部は、開発テーマ管理登録データを参照し、識別した複数の機種それぞれが、開発中の機種なのか否かを識別する(ステップS63)。   The model group build job queue control unit sequentially polls a plurality of model build queues to identify a build request (step S61). Next, the model group build job queue control unit identifies a model from the model build queue for which a build request has been made (step S62). Furthermore, the model group build job queue control unit refers to the development theme management registration data, and identifies whether or not each of the identified plurality of models is a model under development (step S63).

なお、開発中の機種である場合、機種群ビルドジョブキュー制御部は、ビルド優先度を識別し、ビルド優先度が市場対応と判断した場合は、優先度を最優先と判断する。そして、機種群ビルドジョブキュー制御部は、機種群用ビルドジョブキューにビルド要求を投入する際に、キューを優先度順に並び替える。   If the model is under development, the model group build job queue control unit identifies the build priority, and if the build priority is determined to be marketable, the priority is determined to be the highest priority. The model group build job queue control unit rearranges the queues in order of priority when a build request is input to the model group build job queue.

キューからの読み出しも同時に行われていて、ジョブに空きがあれば、直ちにビルドジョブを実行する(ステップS64)。ジョブに空きがない場合には、実行中のジョブの優先度とキューから読みだされたビルドの優先度を比較し、キューから読みだされたビルド優先度が高ければ、実行中のジョブをキャンセルし、キューに積まれている同じ優先度のビルド要求の先頭に配置するようにキュー操作をする(ステップS65)。   Reading from the queue is also performed at the same time, and if there is an empty job, the build job is immediately executed (step S64). If there is no space in the job, the priority of the job being executed is compared with the priority of the build read from the queue, and if the build priority read from the queue is high, the job being executed is cancelled. Then, the queue operation is performed so as to place it at the head of the build request having the same priority stored in the queue (step S65).

これにより、優先度の順にソースコードのビルドを行うことができる。   As a result, the source code can be built in order of priority.

特開2003−005977号公報JP 2003-005977 A

Claims (6)

ソフトウェアの設計者がコミットしたソースコードとその変更履歴の管理を行うソースコード管理システムと、
前記ソースコード管理システムからソースコードの変更を検出して、コンパイルサーバー群にソフトウェアのビルド依頼を行う自動ビルドシステムと、
前記コンパイルサーバー群により作製されたビルド成果物を保存するファイルサーバー群と、
ソフトウェアの設計監理者が開発テーマ毎のビルド優先度を登録する開発テーマ管理システムと、
ソフトウェアのテスト担当者及び市場サポート担当者がソフトウェアに発生した障害に応じた対策優先度を登録する障害管理システムと、を備え、
前記自動ビルドシステムは、前記設計者がコミットした前記ソースコードと、前記開発テーマ管理システムに登録された前記ビルド優先度と、前記障害管理システムに登録された前記対策優先度とに基づいて、前記コンパイルサーバー群にソフトウェアのビルド依頼を行うことを特徴とするソフトウェアのビルドシステム。
A source code management system that manages the source code committed by the software designer and its change history;
An automatic build system that detects a change in source code from the source code management system and requests a compile server to build software;
A file server group for storing build products produced by the compile server group;
A development theme management system in which the software design supervisor registers build priorities for each development theme;
A failure management system in which software testers and market support personnel register the priority of countermeasures according to failures that occur in the software,
The automatic build system is based on the source code committed by the designer, the build priority registered in the development theme management system, and the countermeasure priority registered in the failure management system. A software build system characterized in that a software build request is sent to a compile server group.
前記自動ビルドシステムは、前記ソースコード管理システムから前記ソースコードの変更通知を受けたとき、前記変更通知をトリガーにして前記コンパイルサーバー群にソフトウェアのビルド依頼を行うことを特徴とする請求項1に記載のソフトウェアのビルドシステム。   The automatic build system, when receiving a change notification of the source code from the source code management system, makes a build request for software to the compile server group using the change notification as a trigger. The described software build system. 前記自動ビルドシステムは、前記ソフトウェアに発生した障害が複数ある場合、前記障害に関与する複数のソースコードについて前記コンパイルサーバー群にソフトウェアのビルド依頼を行うことを特徴とする請求項1及び請求項2のいずれか1項に記載のソフトウェアのビルドシステム。   3. The automatic build system, when there are a plurality of failures that have occurred in the software, requests the compile server group to build the software for a plurality of source codes related to the failure. The software build system according to any one of the above. 前記自動ビルドシステムは、変更したソースコードのビルド結果であるライブラリを必要とするソースコードがある場合、前記自動ビルドシステムに保存されたソースコード構成定義にあるライブラリ利用ソースコードを参照して、前記コンパイルサーバー群にソフトウェアのビルド依頼を行うことを特徴とする請求項1乃至請求項3のいずれか1項に記載のソフトウェアのビルドシステム。   When there is a source code that requires a library that is a build result of the modified source code, the automatic build system refers to the library use source code in the source code configuration definition stored in the automatic build system, and The software build system according to any one of claims 1 to 3, wherein a software build request is made to a compile server group. 前記コンパイルサーバー群は、前記ビルド優先度及び前記対策優先度の順にビルドジョブキューを並べ替えることを特徴とする請求項1乃至請求項4のいずれか1項に記載のソフトウェアのビルドシステム。   5. The software build system according to claim 1, wherein the compile server group rearranges the build job queue in the order of the build priority and the countermeasure priority. ソフトウェアの設計者がコミットしたソースコードとその変更履歴の管理を行うソースコード管理システムと、
前記ソースコード管理システムからソースコードの変更を検出して、コンパイルサーバー群にソフトウェアのビルド依頼を行う自動ビルドシステムと、
前記コンパイルサーバー群により作製されたビルト成果物を保存するファイルサーバー群と、
ソフトウェアの設計監理者が開発テーマ毎のビルド優先度を登録する開発テーマ管理システムと、
ソフトウェアのテスト担当者及び市場サポート担当者がソフトウェアに発生した障害に関する障害情報を登録する障害管理システムと、を備えたソフトウェアのビルドシステムを用い、
前記自動ビルドシステムが、前記設計者がコミットした前記ソースコードと、前記開発テーマ管理システムに登録された前記ビルド優先度と、前記障害管理システムに登録された前記障害情報とに基づいて、前記コンパイルサーバー群にソフトウェアのビルド依頼を行うことを特徴とするソフトウェアのビルド方法。
A source code management system that manages the source code committed by the software designer and its change history;
An automatic build system that detects a change in source code from the source code management system and requests a compile server to build software;
A file server group for storing built artifacts created by the compile server group;
A development theme management system in which the software design supervisor registers build priorities for each development theme;
Using a software build system equipped with a fault management system in which software testers and market support staff register fault information about faults that occurred in the software,
The automatic build system performs the compilation based on the source code committed by the designer, the build priority registered in the development theme management system, and the failure information registered in the failure management system. A software building method, wherein a software build request is sent to a server group.
JP2016108927A 2016-05-31 2016-05-31 Build system for software and build method for software Pending JP2017215762A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016108927A JP2017215762A (en) 2016-05-31 2016-05-31 Build system for software and build method for software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016108927A JP2017215762A (en) 2016-05-31 2016-05-31 Build system for software and build method for software

Publications (1)

Publication Number Publication Date
JP2017215762A true JP2017215762A (en) 2017-12-07

Family

ID=60575672

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016108927A Pending JP2017215762A (en) 2016-05-31 2016-05-31 Build system for software and build method for software

Country Status (1)

Country Link
JP (1) JP2017215762A (en)

Similar Documents

Publication Publication Date Title
JP7409622B2 (en) Computer system and method
JP6678780B2 (en) Process visualization platform
US20210406798A1 (en) Business process decomposition and modular reusable process automation system
JP5684946B2 (en) Method and system for supporting analysis of root cause of event
US8893118B2 (en) Migratable unit based application migration
US6742141B1 (en) System for automated problem detection, diagnosis, and resolution in a software driven system
EP2600246B1 (en) Batch processing of business objects
US20090150456A1 (en) Methods, systems, and computer program products for disaster recovery planning
JP2009532791A (en) Customer configurable workflow system
JP5422342B2 (en) Incident management method and operation management server
US11221943B2 (en) Creating an intelligent testing queue for improved quality assurance testing of microservices
US20120317259A1 (en) Operation managing device and operation management method
JP2017201470A (en) Setting support program, setting support method, and setting support device
JP6094593B2 (en) Information system construction device, information system construction method, and information system construction program
JP6693903B2 (en) Hardware test apparatus and hardware test method
US20090199155A1 (en) System and method for managing workflow instances in a workflow application
JP6097666B2 (en) Job management system
CN114787836A (en) System and method for remotely executing one or more arbitrarily defined workflows
US8380729B2 (en) Systems and methods for first data capture through generic message monitoring
JP2018112875A (en) Knowledge managing device, knowledge managing method and computer program
JP2009181495A (en) Job processing system and job management method
JP5884566B2 (en) Batch processing system, progress confirmation device, progress confirmation method, and program
JP2017215762A (en) Build system for software and build method for software
EP2988469B1 (en) A method and apparatus for updating a user interface of one program unit in response to an interaction with a user interface of another program unit
CN113419835A (en) Job scheduling method, device, equipment and medium