CN106095408A - A kind of system and method for data monitoring and Code automatic build and deployment - Google Patents
A kind of system and method for data monitoring and Code automatic build and deployment Download PDFInfo
- Publication number
- CN106095408A CN106095408A CN201610378096.4A CN201610378096A CN106095408A CN 106095408 A CN106095408 A CN 106095408A CN 201610378096 A CN201610378096 A CN 201610378096A CN 106095408 A CN106095408 A CN 106095408A
- Authority
- CN
- China
- Prior art keywords
- code
- module
- data
- deployment
- jenkins
- 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.)
- Granted
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/61—Installation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/71—Version control; Configuration management
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Stored Programmes (AREA)
Abstract
The invention discloses the system and method for a kind of data monitoring and Code automatic build and deployment, it is possible to automatically extracted by scattered for continuous integrating subsystem achievement data, centralized displaying, effectively achievement data is included in supervision, one-stop data monitoring is better achieved.Can automatically generate the skeleton code of newly-built module, the framework effectively saving newly-built module is built the time, is developed efficiency, and can ensure that the concordance of the skeleton code of software product simultaneously, it is easy to exploitation is safeguarded.Further, Automation arranging method can save the artificial deployment time of project, promoting exploitation and testing efficiency, Linux script template the most therein can help the deployment that developer more easily processes installation kit, and configuration file or the copy of dependent file and execution.
Description
Technical field
The present invention relates to the system and method for a kind of data monitoring and Code automatic build and deployment, particularly relate to persistently collect
Become data monitoring and software development Code automatic build framework and the system and method for automatic deployment of each subsystem of platform.
Background technology
At present in field of software development, software development process includes method and the continuous integrating process that software development uses.
Wherein agile methods is commonly used by whole world large software company, and it is former that agile development method refers in a series of software development
Then with method, it is with the requirement evolution of user as core, uses iteration, incremental method to carry out software development, its feature
Be can rapid response to customer's need, refine software function.In order to improve the work of development project group in agile development method
Efficiency, reduces and occurs in software development that integrated mistake causes the risk that exploitation is delayed, and software development generally can use continuous integrating
System (CI) helps exploration project group to control risk.
The subsystem that software development continuous integration system comprises has code release to control and storage subsystem GitLab, code
Compiler subsystem jenkins, code quality management subsystem Sonar, software installation kit storage subsystem Nexus.These subsystems
Being built by open source software as unification, this allows for communication and data between subsystems and exchanges underaction, especially relates to
And the Dynamic data exchange of software reusage criterion is stored in subsystems, the situation extreme influence data that this data are not concentrated
Intuitive because development project group and supervision layer must rely on and manually check and copy data to subsystems, general
Data summarization and manually storage.This situation necessarily causes the waste of manpower.
Simultaneously in software development process, building of initial software framework typically relies on the Software Architect being skilled in technique and takes
Build, the most again code is uploaded to code release and control, with storage subsystem GitLab, manually to build in Jenkins the most again
Vertical Job, thus expends a lot of manual work.Thus may indicate that lack at present automatic code generating framework then automatically with hold
Sequel becomes the method that subsystems sets up work space.
Further, in continuous integration system, automatic deployment functional configuration is complex, if relate to complicated work simultaneously
Journey, such as if relating to files that software installation kit (War bag) adds other dependences such as script, picture plus configuration file,
Automatic deployment is accomplished by user and writes complex script and achieve the goal, thus causes waste of manpower.And continuous integration system one
As can only dispose and compile recently successful installation of project bag, and the installation of all old versions of certain software project cannot be recorded
Bag.
Therefore, the problem solved is needed to have in software development integral cycle: automatically to extract continuous integrating subsystem
Data include supervision in, and automatization generates software development code skeleton, advantageously realize automatic deployment, store old version installation kit
For managing or disposing.
Summary of the invention
Present invention aims to the deficiencies in the prior art, it is provided that a kind of data monitoring and Code automatic build and portion
The system and method for administration, it is therefore an objective to solve during software development continuous integrating data cannot centralized displaying, software development code
Framework can not automatically generate, and automatic deployment function is difficult to configuration and the problem that cannot dispose history software installation kit.
It is an object of the invention to be achieved through the following technical solutions: a kind of data monitoring and Code automatic build and portion
The system of administration, this system includes:
(1) module information management module: the modules information of project is managed, including newly-built module, Bian Jimo
Block, removing module;And the attribute of projects module is managed, including module attribute newly-built, edit, delete, inquire about.
(2) data automatically extract module: automatically extract subsystems data in continuous integration system;Described subsystem bag
Include: code release controls and storage subsystem GitLab, code compilation subsystem Jenkins, code quality management subsystem
Sonar.Extracting mode is to obtain code from GitLab to submit to quantity and code to submit the reference address of state to, from Jenkins
In obtain code compilation health status, obtain code quality evaluation RCI (rule goodness of fit) mark from Sonar.
(3) Code automatic build module: if having newly-built modules A in module information management module, then utilize this module
Automatically generate code the upload code of newly-built modules A.Code automatically generate particularly as follows: select the Development Framework of software, raw
Become code compilation instrument Maven analysable Archetype framework, then perform code building action with Maven order.Generation
Uploading particularly as follows: the code GitLab interface of generation is uploaded in GitLab server of code, and at code compilation subsystem
System Jenkins creates compiler task Job, then calls Jenkins and compile constructing function, after structure completes, obtain code matter
The code quality report address of newly-built modules A in buret reason subsystem Sonar.
(4) automatization's deployment module: set up automatization's deployment interface in web front end, user writes deployment step by interface
Suddenly.Deploying step comprises in the Tomcat container that installation kit is deployed to target machine, copy configuration file and other dependence literary compositions
Part to dispose target machine in;Wherein, the implementation method being deployed to by installation kit in the Tomcat container of target machine is:
In warehouse, the software installation kit of storage is locally downloading, and the remote deployment Manage function then recycling Tomcat is come software
Installation kit is deployed in the Tomcat of target machine;Copy configuration file and other dependent files to dispose target machine in
Implementation method is: the script template writing in Linux, and the content in script template includes passing through SSH with username and password
Logging in target machine B, in copied files A to target machine B, file A therein is configuration file or other dependent files.Finally
Script template is encapsulated in an XML configuration file by this module, and the content of this XML file is according to Job configuration literary composition in Jenkins
Part is organized.After having encapsulated, this module is by calling the interface of the change configuration file of Jenkins, by Jenkins
Job configuration file is modified, and performs the deployment function of Job the most again, finally realizes the automatic deployment of projects module.
Further, this system also includes data memory module, and data are automatically extracted the index that module is extracted by this module
Data are stored in data base.Achievement data can use (key, value) to store mode.
Further, this system also includes that data show and Reports module, and this module is responsible for data to automatically extract module
The data obtained show at web front-end, provide report generation and download function simultaneously, facilitate management personnel obtain report and
Statistics.
Further, this system also includes project information management module, and this module is responsible for the management of project information, including item
Mesh attribute newly-built, edit, delete, query function.
Further, the Development Framework used in described Code automatic build module is: presentation layer uses based on HTML/
The front end frame of CSS/JS.Interface layer uses Apache Shiro+SpringMVC framework, and uses Velocity as view
Resolver.Service layer selects EhCache to carry out cache management, is timed scheduling with Quatz.Persistent layer uses Spring
Data and Mybatis persistently stores.Relevant database and NoSQL type data base are supported in data storage.
Further, in described automatization deployment module, if the form of file A is also Linux script file, then foot
This template calls execution file A.
Further, this system includes project authority management module, and before user logs in native system, user needs to system
Manager applies for project authority, in order to use the modules of native system.Therefore project authority management module is responsible for configuration management
Editor's access rights of project, control of authority mode is for demarcate access rights with role, and PM role is project manager, and its authority can
To access and complete item controlled attribute and module attribute.DEV role is developer, and QA role is tester, DEV and QA
Authority have access but can not amended subject property rights.
A kind of method of data monitoring and Code automatic build and deployment, it is characterised in that comprise the following steps:
(1) project Maven Archetype framework is built.
(2) manage the newly-built modules A of module by module information, then by Code automatic build module, newly-built modules A is entered
Line code automatization generates work, including following sub-step:
(2.1) the Maven Archetype framework built according to step 1, by code compilation instrument Maven compiler framework
Obtain concrete code.
(2.2) by GitLab interface, code is uploaded to store in GitLab, then existed by Jenkins interface
Jenkins sets up compiler task Job, then calls Jenkins and compile constructing function, after structure completes, obtain code quality
The code quality report address of newly-built modules A in management subsystem Sonar.
(2.3) Code automatic build module the GitLab of newly-built modules A is stored address and Jenkins Job address and
Code quality report address in Sonar is stored in data base.
(3) automatically extract module by data and extract data.The module attribute being stored in by step 2 is inquired about in data base
Information, obtains the GitLab code storage address of module, Job address corresponding in Jenkins, the code quality report in Sonar
Accuse address.Then according to address and subsystems data extract interface extract respectively obtain code in GitLab submit to quantity and
Code submits the reference address of state, the code compilation state of health data of the Job of the module in Jenkins, the generation in Sonar to
Code quality review RCI (rule goodness of fit) mark.
(4) user carries out code development to projects module, the GitLab of code update newly developed to this module place
Storage address.
(5) the Jenkins compiling Job corresponding to projects module finds the renewal of code automatically, starts compiled code, compiling
Uploaded in Nexus install band this information of adjustment of the printing plate after completing, history of forming software installation kit.
(6) the web front end automatization deployment interface provided by automatization's deployment module writes deploying step, including following
Sub-step:
(6.1) installation kit is deployed in the Tomcat container of target machine: the history software of storage in step 5 is installed
Wrapping locally downloading, the remote deployment Manage function then recycling Tomcat is deployed to target history software installation kit
In the Tomcat of machine.
(6.2) copy configuration file and other dependent files to dispose target machine in: write the script in Linux
Template, the content in script template includes: username and password logs in target machine B, copied files A to target machine by SSH
In device B;File A therein is configuration file or other dependent files.
(6.3) being encapsulated into by script template in an XML configuration file, the content of this XML file is according in Jenkins
Job configuration file is organized.
(6.4) call the interface of the change configuration file of Jenkins, the Job configuration file in Jenkins is carried out more
Change, perform the deployment function of Job the most again, finally realize the automatic deployment of projects module.
Further, in described step 1, code skeleton consists of: presentation layer uses front end based on HTML/CSS/JS frame
Frame.Interface layer uses Apache Shiro+SpringMVC framework, and uses Velocity as view resolver.Service layer selects
Carry out cache management with EhCache, be timed scheduling with Quatz.Persistent layer uses Spring Data and Mybatis
Persistently store.Relevant database and NoSQL type data base are supported in data storage.
Further, the method also includes the step being stored in data base by step 2 the data obtained, and storage mode uses
Mode is stored by (key, value), and data base uses MySQL, and storage is elastic expansible.
The invention has the beneficial effects as follows: scattered for continuous integrating subsystem achievement data can be automatically extracted, concentrate aobvious
Show, effectively achievement data is included in supervision, one-stop data monitoring is better achieved.The frame of newly-built module can be automatically generated
Frame code, the framework effectively saving newly-built module is built the time, is developed efficiency, and can ensure that the framework generation of software product simultaneously
The concordance of code, it is easy to exploitation is safeguarded.Further, Automation arranging method can be saved the artificial deployment time of project, promotes
Exploitation and testing efficiency, Linux script template the most therein can help the portion that developer more easily processes installation kit
Administration, and configuration file or the copy of dependent file and execution.
Accompanying drawing explanation
Fig. 1 is the system framework of a kind of data monitoring based on continuous integrating of the present invention and Code automatic build and deployment
Figure.
Fig. 2 is data monitoring method schematic diagram of the present invention.
Fig. 3 is code automatic generation method schematic diagram of the present invention.
Fig. 4 is Automation arranging method schematic diagram of the present invention.
Detailed description of the invention
With specific embodiment, the present invention is described in further detail below in conjunction with the accompanying drawings.
Embodiment 1: a kind of data monitoring and Code automatic build and the system of deployment, the composition of this system includes:
(1) data automatically extract module, and this module is one of main modular of the present invention, and its function is to automatically extract to continue
Subsystems data in integrated system.These subsystems include: code release controls and storage subsystem GitLab, and code is compiled
Translate subsystem Jenkins, code quality management subsystem Sonar.Extracting mode is for accessing each son with each subsystem interface
System, analyzes the data form obtained, and obtains code and submit to quantity and code to submit the reference address of state to from GitLab, from
Jenkins obtains code compilation health status, obtains code quality evaluation RCI (rule goodness of fit) mark from Sonar.
(2) data memory module, this module is responsible for automatically extracting data the achievement data of module extraction and is stored in MySQL
In data base.Wherein achievement data uses (key, value) to store mode, and storage characteristics is elastic expansible.
(3) data show and Reports module, and this module is responsible for data to automatically extract the data of module acquisition at web front-end
Show, report generation and download function are provided simultaneously, facilitate management personnel to obtain report and statistics.
(4) project information management module, this module is responsible for the management of project information, including item attribute newly-built, editor,
Deletion, query function.
(5) module information management module, the modules information of project can be managed, including newly modeling by this module
Block, editor module, removing module.Further, this module be also responsible for module attribute newly-built, edit, delete, query function.
(6) Code automatic build module, this module is one of main modular of the present invention, is responsible for automatically generating newly-built module
Skeleton code, if having newly-built modules A in module information management module, then can utilize this module to make the code of A automatic
Generating work, so-called Code automatic build is exactly the Development Framework selecting software, generates code compilation instrument Maven analysable
Archetype framework, then performs code building action with Maven order.The Development Framework that the present invention uses is: presentation layer
Use front end frame based on HTML/CSS/JS.Interface layer uses Apache Shiro+SpringMVC framework, and uses
Velocity is as view resolver.Service layer selects EhCache to carry out cache management, is timed scheduling with Quatz.
Persistent layer uses Spring Data and Mybatis persistently to store.Relevant database and NoSQL are supported in data storage
Type data base.Code automatic build module is also responsible for uploading in GitLab server by the code GitLab interface of generation,
And in code compilation subsystem Jenkins, create compiler task Job, then call Jenkins and compile constructing function, building
Obtaining the code quality report address of newly-built modules A in code quality management subsystem Sonar after completing, last code is given birth to automatically
Become the code quality report that module will store in address and Jenkins Job address and Sonar the GitLab of newly-built modules A
Address is sent to Project Manager in the way of mail.
(7) automatization's deployment module, this module is one of main modular of the present invention, and this functions of modules is that automatization's deployment is soft
Part installation kit.The method realized is to set up automatization's deployment interface in web front end, and user can write portion easily by interface
Administration's step.Deploying step comprises in the Tomcat container that installation kit is deployed to target machine, and copy configuration file depends on other
Rely file to dispose target machine in;Wherein, implementation method installation kit being deployed in the Tomcat container of target machine
For: locally downloading for the software installation kit (War bag) of storage in Nexus warehouse, then recycle the remote deployment of Tomcat
Manage function is deployed to War bag in the Tomcat of target machine;Copy configuration file and other dependent files are to disposing
Target machine in implementation method be: the expect script template writing in Linux, the content in script template include with
Username and password logs in target machine B by SSH, and in copied files A to target machine B, file A therein is configuration file
Or other dependent files, if the form of file A is also Linux script file, then script template also has to call and performs literary composition
The function of part A.Expect script template is encapsulated in an XML configuration file by this module last, and the content of this XML file is pressed
Organize according to Job configuration file in Jenkins.After having encapsulated, this module will call the change configuration file of Jenkins
Interface, is modified the Job configuration file in Jenkins, performs the deployment function of Job the most again, finally realizes project mould
The automatic deployment of block.
(8) project authority management module, before user logs in native system, user needs to apply for that project is weighed to system manager
Limit, in order to use the modules of native system.Therefore project authority management module is responsible for editor's access right of configuration management project
Limit, control of authority mode is for demarcate access rights with role, and PM role is project manager, and its authority can access and control completely
Item attribute and module attribute.DEV role is developer, and QA role is tester, the authority of DEV and QA have access but
Can not amended subject property rights.
The application data monitoring of said system and Code automatic build and the method for deployment, comprise the following steps:
(1) project Maven Archetype framework is built.This framework is according to Maven Archetype framework standard form
Writing, the concrete frame set of code of selection becomes: presentation layer uses front end frame based on HTML/CSS/JS.Interface layer uses
Apache Shiro+SpringMVC framework, and use Velocity as view resolver.Service layer selects EhCache to enter
Row cache manages, and is timed scheduling with Quatz.Persistent layer uses Spring Data and Mybatis persistently to deposit
Storage.Relevant database and NoSQL type data base are supported in data storage.
(2) manage the newly-built modules A of module by module information, then by Code automatic build module, newly-built modules A is entered
Line code automatization generates work, including following sub-step:
(2.1) module title is filled in, No. ID, the Maven Archetype framework obtained by optional step 1, passes through code
Compilation tool Maven compiler framework obtains concrete code.
(2.2) by GitLab interface, code is uploaded to store in GitLab, then existed by Jenkins interface
Jenkins sets up compiler task Job, then calls Jenkins and compile constructing function, after structure completes, obtain code quality
The code quality report address of newly-built modules A in management subsystem Sonar.
(2.3) Code automatic build module by the GitLab of newly-built modules A store address and Jenkins Job address with
And the code quality report address in Sonar is stored in data base, in the way of sending mail, notify Project Manager afterwards.
(3) automatically extract module by data and extract data.Enquiry module attribute information in data base, this attribute information
It is stored in data base by step 2.After inquiry, obtain the GitLab code storage address of module, corresponding in Jenkins
Job address, the code quality report address in Sonar.Then interface is extracted respectively according to address and subsystems data
Extract and obtain code submission quantity and the reference address of code submission state, the generation of the Job of the module in Jenkins in GitLab
Code compiling state of health data, code quality evaluation RCI (rule goodness of fit) mark in Sonar.
(4) being stored in data base by step 2 the data obtained by data memory module, wherein storage mode uses
Mode is stored by (key, value), and data base uses MySQL, storage characteristics to be elastic expansible.
(5) shown the data stored in web front end step display 3 with Reports module by data, download is provided simultaneously
Report capability.
(6) user carries out code development to projects module.Exploitation reaches certain period of time, can be within one day, can also to be one
Hour, user stores address the GitLab of code update newly developed to this module place afterwards.
(7) in step 6, Jenkins compiling Job corresponding to projects module finds the renewal of code automatically, starts to compile generation
Code, uploads to version information on installation kit (War bag) band in Nexus after having compiled, and history of forming software installation kit, for step
The automatization of rapid 8 disposes and uses.
(8) the web front end automatization deployment interface provided by automatization's deployment module writes deploying step.Deploying step
Comprising in the Tomcat container that installation kit is deployed to target machine, copy configuration file and other dependent files are to the mesh disposed
In marking machine device, wherein, the implementation method being deployed to by installation kit in the Tomcat container of target machine is: storing in step 7
History software installation kit (War bag) locally downloading, then recycle Tomcat remote deployment Manage function come War
Bag is deployed in the Tomcat of target machine.Copy configuration file and the realization in other dependent files to the target machine disposed
Method is: write the expect script template in Linux, and the content in script template includes 1, username and password passes through
SSH logs in target machine B.2, copied files A is in target machine B, file A therein be configuration file or other rely on literary composition
Part.If 3 file A are also Linux script files, then script template also has the function calling execution file A.?
Expect script template is encapsulated in an XML configuration file by rear module, and the content of this XML file is according in Jenkins
Job configuration file is organized.After having encapsulated, this module will call the interface of the change configuration file of Jenkins, will
Job configuration file in Jenkins is modified, and performs the deployment function of Job the most again, finally realizes the automatic of projects module
Dispose.
Embodiment 2: as it is shown in figure 1, a kind of data monitoring based on continuous integrating and Code automatic build and deployment is
System, including:
Data automatically extract module, and three subsystems of this module and continuous integration system are connected, and its function is automatically to carry
Take subsystems data in continuous integration system.In FIG, data automatically extract module continuous integrating shown on the right side of figure
Three subsystems of system: automatically extract data in GitLab, Jenkins, Sonar.
Data memory module, this module automatically extracts, data, the achievement data that module extracts and is stored in MySQL data
In storehouse.Wherein achievement data uses (key, value) to store mode, and storage characteristics is elastic expansible.
Data show and Reports module, and this module is responsible for stored for data memory module data to show at web front-end
Show, report generation and download function are provided simultaneously, facilitate management personnel to obtain report and statistics.
Project information management module, this module is responsible for the management of project information, including item attribute newly-built, edit, delete
Remove, query function.
Module information management module, the modules information of project can be managed by this module, including newly-built module,
Editor module, removing module.Further, this module be also responsible for module specific object newly-built, edit, delete, query function.
Code automatic build module, is associated with GitLab and Jenkins in Fig. 1, is responsible for automatically generating newly-built module
Skeleton code.Then skeleton code is uploaded in GitLab, then by Jenkins interface, Jenkins creates compiling
Task Job, then calls Jenkins and compiles constructing function, obtain Sonar code quality report address.
Automatization's deployment module, this functions of modules is automatization's deployment software installation kit.This module is deposited with software installation kit
Storage subsystem Nexus is connected with code compilation subsystem Jenkins.This module installs the history software of Nexus storage in figure
Bag (War bag) is locally downloading, and the remote deployment Manage function then recycling Tomcat is deployed to target machine War bag
In the Tomcat of device.Then the expect script template during this module also provides for the Linux write is filled in user, the most again
Script template is encapsulated in XML file, for updating the Job configuration in the Jenkins in Fig. 1, performs touching of Job the most again
Send out function, finally realize automatization and dispose function.
Project authority management module, before user logs in native system, user needs to apply for project authority to system manager,
To use the modules of native system.
As shown in Figure 2, the data monitoring method of the present invention is as follows:
The subsystems of continuous integration system is used in conjunction with the same with the data acquisition module of the present invention with parsing module
JSON data form, according to the data access interface of subsystems, automatically extract subsystems in timed task mode
Data, enter data parsing afterwards and obtain achievement data: quantity submitted to by the code in GitLab, and the access of state submitted to by code
Address, the code compilation health status in Jenkins, code quality evaluation RCI (rule goodness of fit) mark in Sonar.So
After, MySQL database system will be stored in couples by (key, value) after data compilation, last web front end obtains from data base
To data, present the data to user.
As shown in Figure 3, the code automatic generation method of the present invention specifically comprises the following steps that
(1) module information in system noted earlier manages newly-built modules A in module, then compiles according in Fig. 3 left frame
Maven Archetype framework built by schematic diagram, and the Technical Architecture level that this framework uses is: presentation layer uses based on HTML/
The front end frame of CSS/JS.Interface layer uses Apache Shiro+SpringMVC framework, and uses Velocity as view
Resolver.Service layer selects EhCache to carry out cache management, is timed scheduling with Quatz.Persistent layer uses Spring
Data and Mybatis persistently stores.Relevant database and NoSQL type data base are supported in data storage.
(2) after Maven Archetype framework is put up, automatically given birth to by the Code automatic build module of the present invention
Become code.Process is: first compiles the Maven Archetype framework on the left of Fig. 3 with Maven, obtains frame at server local
Frame code.
(3) by GitLab interface, skeleton code is uploaded to store in GitLab, then existed by Jenkins interface
Jenkins sets up compiler task Job, then calls Jenkins and compile constructing function, after structure completes, obtain code quality
The code quality report address of newly-built modules A in management subsystem Sonar.
(4) Code automatic build module the GitLab of newly-built modules A is stored address and Jenkins Job address and
Code quality report address in Sonar is stored in data base, retransmits mail notification projects module manager.
As shown in Figure 4, the Automation arranging method specific implementation process of the present invention comprises:
(1) code development, user carries out code development to projects module, code update newly developed to this module place
GitLab store address.
(2) the Jenkins compiling Job corresponding to projects module finds the renewal of code automatically, starts compiled code, compiling
Uploaded in Nexus install band this information of adjustment of the printing plate after completing, history of forming software installation kit.
(3) the web front end automatization deployment interface provided by automatization's deployment module writes deploying step, including following
Sub-step:
(3.1) the Nexus warehouse in Fig. 4 stores the old version software installation kit of all multimodes, and automatization disposes mould
Block takes out these history installation kit information, is shown to user, and user is disposed by automatization after choosing certain software installation kit
Module is locally downloading, and the remote deployment Manage function then recycling Tomcat is deployed to target machine War bag
In Tomcat container.
(3.2) being write the expect script template in Linux by web interface, script template includes herein below: SSH
Login, copied files, execution script.Described SSH log in be with username and password by SSH log in target machine, described in copy
Buddhist script written on pattra leaves part be copy configuration file and other dependent files to dispose target machine in, if copy file in comprise
Linux script file, described execution content for script can call the function performing this document.
(3.3) being encapsulated into by script template in an XML configuration file, the content of this XML file is according in Jenkins
Job configuration file is organized.
(3.4) call the interface of the change configuration file of Jenkins, the Job configuration file in Jenkins is carried out more
Change, perform the deployment function of Job the most again, finally realize the automatic deployment of projects module.
Claims (10)
1. the system of a data monitoring and Code automatic build and deployment, it is characterised in that this system includes:
(1) module information management module: the modules information of project is managed, including newly-built module, editor module, deletes
Except module;And the attribute of projects module is managed, including module attribute newly-built, edit, delete, inquire about.
(2) data automatically extract module: automatically extract subsystems data in continuous integration system;Described subsystem includes:
Code release controls and storage subsystem GitLab, code compilation subsystem Jenkins, code quality management subsystem Sonar.
Extracting mode is to obtain code from GitLab to submit to quantity and code to submit the reference address of state to, obtains from Jenkins
Code compilation health status, obtains code quality evaluation RCI (rule goodness of fit) mark from Sonar.
(3) Code automatic build module: if having newly-built modules A in module information management module, then utilize this module automatic
Generate code the upload code of newly-built modules A.Code automatically generate particularly as follows: select the Development Framework of software, generate generation
Code compilation tool Maven analysable Archetype framework, then performs code building action with Maven order.Code
Upload particularly as follows: the code GitLab interface of generation is uploaded in GitLab server, and at code compilation subsystem
Jenkins creates compiler task Job, then calls Jenkins and compile constructing function, after structure completes, obtain code quality
The code quality report address of newly-built modules A in management subsystem Sonar.
(4) automatization's deployment module: set up automatization's deployment interface in web front end, user writes deploying step by interface.Portion
Administration's step comprises in the Tomcat container that installation kit is deployed to target machine, and copy configuration file and other dependent files are to portion
In the target machine of administration;Wherein, the implementation method being deployed to by installation kit in the Tomcat container of target machine is: in warehouse
The software installation kit of storage is locally downloading, and the remote deployment Manage function then recycling Tomcat is come software installation kit
It is deployed in the Tomcat of target machine;Copy configuration file and the realization side in other dependent files to the target machine disposed
Method is: the script template writing in Linux, and the content in script template includes logging in mesh with username and password by SSH
Marking machine device B, in copied files A to target machine B, file A therein is configuration file or other dependent files.This module last
Being encapsulated into by script template in an XML configuration file, the content of this XML file is carried out according to Job configuration file in Jenkins
Tissue.After having encapsulated, the Job in Jenkins, by calling the interface of the change configuration file of Jenkins, is configured by this module
File is modified, and performs the deployment function of Job the most again, finally realizes the automatic deployment of projects module.
The system of a kind of data monitoring the most according to claim 1 and Code automatic build and deployment, it is characterised in that should
System also includes data memory module, and data are automatically extracted the achievement data of module extraction and are stored in data base by this module.
Achievement data can use (key, value) to store mode.
The system of a kind of data monitoring the most according to claim 1 and Code automatic build and deployment, it is characterised in that should
System also includes that data show and Reports module, and this module is responsible for data to automatically extract the data of module acquisition at web front-end
Show, report generation and download function are provided simultaneously, facilitate management personnel to obtain report and statistics.
The system of a kind of data monitoring the most according to claim 1 and Code automatic build and deployment, it is characterised in that should
System also includes project information management module, and this module is responsible for the management of project information, including item attribute newly-built, editor,
Deletion, query function.
The system of a kind of data monitoring the most according to claim 1 and Code automatic build and deployment, it is characterised in that institute
State in Code automatic build module use Development Framework be: presentation layer use based on
The front end frame of HTML/CSS/JS.Interface layer uses Apache Shiro+SpringMVC framework, and uses Velocity
As view resolver.Service layer selects EhCache to carry out cache management, is timed scheduling with Quatz.Persistent layer makes
Persistently store with Spring Data and Mybatis.Relevant database and NoSQL type data base are supported in data storage.
The system of a kind of data monitoring the most according to claim 1 and Code automatic build and deployment, it is characterised in that institute
State in automatization's deployment module, if the form of file A is also Linux script file, then script template calls execution file
A。
The system of a kind of data monitoring the most according to claim 1 and Code automatic build and deployment, it is characterised in that should
System includes project authority management module, and before user logs in native system, user needs to apply for project authority to system manager,
To use the modules of native system.Therefore project authority management module is responsible for editor's access rights of configuration management project,
Control of authority mode is for demarcate access rights with role, and PM role is project manager, and its authority can access and complete control item
Mesh attribute and module attribute.DEV role is developer, and QA role is tester, the authority of DEV and QA have access but not
Can amended subject property rights.
8. the method applying the data monitoring of system described in claim 1 and Code automatic build and deployment, its feature exists
In, comprise the following steps:
(1) project Maven Archetype framework is built.
(2) manage the newly-built modules A of module by module information, then by Code automatic build module, newly-built modules A is carried out generation
Code automatization generates work, including following sub-step:
(2.1) the Maven Archetype framework built according to step 1, is obtained by code compilation instrument Maven compiler framework
Concrete code.
(2.2) by GitLab interface, code is uploaded to store in GitLab, then by Jenkins interface in Jenkins
Set up compiler task Job, then call Jenkins and compile constructing function, after structure completes, obtain code quality management subsystem
The code quality report address of newly-built modules A in system Sonar.
(2.3) Code automatic build module the GitLab of newly-built modules A is stored address and Jenkins Job address and
Code quality report address in Sonar is stored in data base.
(3) automatically extract module by data and extract data.In data base, inquire about the module attribute being stored in by step 2 believe
Breath, obtains the GitLab code storage address of module, Job address corresponding in Jenkins, the code quality report in Sonar
Address.Then extract respectively according to address and subsystems data extraction interface and obtain code submission quantity and generation in GitLab
Code submits the reference address of state, the code compilation state of health data of the Job of the module in Jenkins, the code in Sonar to
Quality review RCI (rule goodness of fit) mark.
(4) user carries out code development to projects module, and the GitLab of code update newly developed to this module place is stored
Address.
(5) the Jenkins compiling Job corresponding to projects module finds the renewal of code automatically, starts compiled code, and compiling completes
Uploaded in Nexus install band this information of adjustment of the printing plate afterwards, history of forming software installation kit.
(6) the web front end automatization deployment interface provided by automatization's deployment module writes deploying step, including following sub-step
Rapid:
(6.1) installation kit is deployed in the Tomcat container of target machine: under the history software installation kit of storage in step 5
Being downloaded to this locality, the remote deployment Manage function then recycling Tomcat is deployed to target machine history software installation kit
Tomcat in.
(6.2) copy configuration file and other dependent files to dispose target machine in: write the script mould in Linux
Plate, the content in script template includes: username and password logs in target machine B, copied files A to target machine B by SSH
In;File A therein is configuration file or other dependent files.
(6.3) being encapsulated into by script template in an XML configuration file, the content of this XML file is joined according to Job in Jenkins
Put file to organize.
(6.4) call the interface of the change configuration file of Jenkins, the Job configuration file in Jenkins is modified, so
After perform the deployment function of Job again, finally realize the automatic deployment of projects module.
Method the most according to claim 8, it is characterised in that in described step 1, code skeleton consists of: presentation layer makes
With front end frame based on HTML/CSS/JS.Interface layer uses Apache Shiro+SpringMVC framework, and uses
Velocity is as view resolver.Service layer selects EhCache to carry out cache management, is timed scheduling with Quatz.
Persistent layer uses Spring Data and Mybatis persistently to store.Relevant database and NoSQL are supported in data storage
Type data base.
Method the most according to claim 8, it is characterised in that the method also includes step 2 the data obtained is stored in number
According to the step in storehouse, storage mode uses (key, value) to store mode, and data base uses MySQL, storage elasticity to expand
Exhibition.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610378096.4A CN106095408B (en) | 2016-05-31 | 2016-05-31 | A kind of system and method for data monitoring and Code automatic build and deployment |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610378096.4A CN106095408B (en) | 2016-05-31 | 2016-05-31 | A kind of system and method for data monitoring and Code automatic build and deployment |
Publications (2)
Publication Number | Publication Date |
---|---|
CN106095408A true CN106095408A (en) | 2016-11-09 |
CN106095408B CN106095408B (en) | 2019-05-14 |
Family
ID=57229738
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610378096.4A Active CN106095408B (en) | 2016-05-31 | 2016-05-31 | A kind of system and method for data monitoring and Code automatic build and deployment |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106095408B (en) |
Cited By (44)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106843936A (en) * | 2016-12-29 | 2017-06-13 | 北京航天测控技术有限公司 | A kind of method of automatically dispose Web applied environments |
CN106897226A (en) * | 2017-02-28 | 2017-06-27 | 郑州云海信息技术有限公司 | The method and device of a kind of continuous integrating test |
CN106997297A (en) * | 2017-03-31 | 2017-08-01 | 广东亿迅科技有限公司 | A kind of software development management platform and method based on DevOps |
CN107273140A (en) * | 2017-07-06 | 2017-10-20 | 武汉斗鱼网络科技有限公司 | Scaffold management method, device and electronic equipment |
CN107273117A (en) * | 2017-05-25 | 2017-10-20 | 深圳市彬讯科技有限公司 | A kind of quick Code automatic build system for programming friendly |
CN107291450A (en) * | 2017-05-25 | 2017-10-24 | 深圳市彬讯科技有限公司 | A kind of quick code automatic generation method for programming friendly |
CN107291448A (en) * | 2017-05-19 | 2017-10-24 | 上海瀚乾信息技术服务有限公司 | A kind of Software Develop Project Management system |
CN107391213A (en) * | 2017-08-29 | 2017-11-24 | 郑州云海信息技术有限公司 | A kind of method, apparatus of memory apparatus system upgrading and a kind of upgrade-system |
CN107480050A (en) * | 2017-07-17 | 2017-12-15 | 上海爱数信息技术股份有限公司 | A kind of method of testing of automatic test renewal bag |
CN107515766A (en) * | 2017-08-24 | 2017-12-26 | 北京锐安科技有限公司 | Generation method, deployment installation method and the device of database deployment file |
CN107608710A (en) * | 2017-08-31 | 2018-01-19 | 华为技术有限公司 | Software project structure task collocation method and device based on Jenkins instruments |
CN108108169A (en) * | 2017-12-27 | 2018-06-01 | 广东小天才科技有限公司 | Multi-branch construction method and system based on Jenkins |
CN108122090A (en) * | 2016-11-30 | 2018-06-05 | 北京国双科技有限公司 | A kind of Working information processing method and server |
CN108234167A (en) * | 2016-12-15 | 2018-06-29 | 中国电子科技集团公司电子科学研究院 | Webmaster northbound interface is adapted to middleware automatic generation method and device |
CN108241493A (en) * | 2018-01-09 | 2018-07-03 | 政采云有限公司 | The automation continuous integrating of distributed software system and delivery method, device and system |
CN108521428A (en) * | 2018-04-20 | 2018-09-11 | 武汉极意网络科技有限公司 | A kind of realization method and system of the anti-reptile of public network based on jenkins |
CN108572912A (en) * | 2017-09-22 | 2018-09-25 | 北京金山云网络技术有限公司 | A kind of continuous integrating method, apparatus, electronic equipment and storage medium |
US10095511B1 (en) | 2017-02-23 | 2018-10-09 | Amdocs Development Limited | System, method, and computer program for converting a current Java project to a Maven project |
CN108733380A (en) * | 2017-04-21 | 2018-11-02 | 北京京东尚科信息技术有限公司 | Using dispositions method and device |
CN108763042A (en) * | 2018-05-24 | 2018-11-06 | 广东睿江云计算股份有限公司 | A kind of Cloud Server performance data acquisition method and device based on python |
CN108829378A (en) * | 2018-05-24 | 2018-11-16 | 北京顺丰同城科技有限公司 | A kind of development approach of application software, device and electronic equipment |
CN109002307A (en) * | 2018-06-27 | 2018-12-14 | 郑州云海信息技术有限公司 | A kind of upgrading and automated testing method automatically |
CN109144843A (en) * | 2017-06-27 | 2019-01-04 | 北京京东尚科信息技术有限公司 | The method and apparatus for testing environment deployment |
CN109240669A (en) * | 2018-10-26 | 2019-01-18 | 苏州浪潮智能软件有限公司 | A kind of integrated deployment software development model of automation |
CN109582315A (en) * | 2018-10-26 | 2019-04-05 | 北京百度网讯科技有限公司 | Service privatization method, apparatus, computer equipment and storage medium |
CN109614085A (en) * | 2018-10-23 | 2019-04-12 | 深圳微迅信息科技有限公司 | Function realizing method, device, computer equipment and storage medium |
CN110321113A (en) * | 2019-07-09 | 2019-10-11 | 苏宁消费金融有限公司 | Using project batch as the integrated pipeline system and its working method of standard |
CN110377274A (en) * | 2019-07-08 | 2019-10-25 | 紫光云技术有限公司 | Micro- front end structure system and exploitation, dispositions method based on Single-Spa |
CN110413484A (en) * | 2019-08-02 | 2019-11-05 | 西安微电子技术研究所 | A kind of cluster monitoring method for supporting heterogeneous platform |
CN110769026A (en) * | 2019-09-09 | 2020-02-07 | 河南拓普计算机网络工程有限公司 | Distributed internet information acquisition system and method |
CN110795080A (en) * | 2019-10-21 | 2020-02-14 | 山东舜知信息科技有限公司 | Automatic code generation system based on database annotation and construction method |
CN111158744A (en) * | 2019-12-30 | 2020-05-15 | 中国银行股份有限公司 | Cross-platform heterogeneous data integration method and device |
CN111190586A (en) * | 2019-12-16 | 2020-05-22 | 腾讯科技(深圳)有限公司 | Software development framework building and using method, computing device and storage medium |
CN111258561A (en) * | 2020-01-10 | 2020-06-09 | 北京慧博科技有限公司 | Method for starting and monitoring software automatic compiling and deploying |
CN111506315A (en) * | 2019-01-31 | 2020-08-07 | 广州数控网络科技有限公司 | Code deployment method for flexible digital control and digital control platform |
CN112328217A (en) * | 2020-11-03 | 2021-02-05 | 中国平安人寿保险股份有限公司 | Code deployment method, device, system, computer equipment and medium |
CN112507378A (en) * | 2020-12-08 | 2021-03-16 | 广东荣文科技集团有限公司 | Data processing method, electronic equipment and related product |
CN113760302A (en) * | 2021-09-09 | 2021-12-07 | 四川虹美智能科技有限公司 | Jenkins-based UI package deployment method and system |
CN113778501A (en) * | 2020-06-22 | 2021-12-10 | 北京沃东天骏信息技术有限公司 | Code task processing method and device |
CN114756454A (en) * | 2022-03-29 | 2022-07-15 | 润芯微科技(江苏)有限公司 | Code management, continuous integration and delivery working method and system for embedded software development |
US20220236982A1 (en) * | 2019-05-31 | 2022-07-28 | Connectfree Corporation | Software development device and software development program |
CN115002598A (en) * | 2022-05-26 | 2022-09-02 | 歌尔股份有限公司 | Earphone mode control method, earphone device, head-mounted device, and storage medium |
CN115061683A (en) * | 2022-06-15 | 2022-09-16 | 山信软件股份有限公司 | XML-based general function configuration system and method |
CN116737174A (en) * | 2023-08-15 | 2023-09-12 | 中国兵器装备集团兵器装备研究所 | Automatic subsystem generating tool and method based on open source hong Meng system |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20070234283A1 (en) * | 2002-02-06 | 2007-10-04 | Jamdat Mobile Inc. | Automatic code generation for applications which run on common platforms |
CN101876893A (en) * | 2009-04-28 | 2010-11-03 | 上海亿客网络科技有限公司 | Automatic generation method of WEB project code |
CN103324470A (en) * | 2012-03-21 | 2013-09-25 | 阿里巴巴集团控股有限公司 | Web system generation method and device |
CN103345406A (en) * | 2013-06-21 | 2013-10-09 | 中国科学院深圳先进技术研究院 | System and method for achieving cloud virtual mobile terminal of intelligent mobile terminal |
US20150012476A1 (en) * | 2013-07-05 | 2015-01-08 | Oracle International Corporation | Load plan generation |
CN104915774A (en) * | 2015-06-05 | 2015-09-16 | 浪潮电子信息产业股份有限公司 | SVN log analysis and project management software combination-based method |
-
2016
- 2016-05-31 CN CN201610378096.4A patent/CN106095408B/en active Active
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20070234283A1 (en) * | 2002-02-06 | 2007-10-04 | Jamdat Mobile Inc. | Automatic code generation for applications which run on common platforms |
CN101876893A (en) * | 2009-04-28 | 2010-11-03 | 上海亿客网络科技有限公司 | Automatic generation method of WEB project code |
CN103324470A (en) * | 2012-03-21 | 2013-09-25 | 阿里巴巴集团控股有限公司 | Web system generation method and device |
CN103345406A (en) * | 2013-06-21 | 2013-10-09 | 中国科学院深圳先进技术研究院 | System and method for achieving cloud virtual mobile terminal of intelligent mobile terminal |
US20150012476A1 (en) * | 2013-07-05 | 2015-01-08 | Oracle International Corporation | Load plan generation |
CN104915774A (en) * | 2015-06-05 | 2015-09-16 | 浪潮电子信息产业股份有限公司 | SVN log analysis and project management software combination-based method |
Cited By (59)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108122090A (en) * | 2016-11-30 | 2018-06-05 | 北京国双科技有限公司 | A kind of Working information processing method and server |
CN108234167B (en) * | 2016-12-15 | 2021-03-16 | 中国电子科技集团公司电子科学研究院 | Method and device for automatically generating north interface adaptation middleware of network manager |
CN108234167A (en) * | 2016-12-15 | 2018-06-29 | 中国电子科技集团公司电子科学研究院 | Webmaster northbound interface is adapted to middleware automatic generation method and device |
CN106843936B (en) * | 2016-12-29 | 2019-12-10 | 北京航天测控技术有限公司 | Method for automatically deploying Web application environment |
CN106843936A (en) * | 2016-12-29 | 2017-06-13 | 北京航天测控技术有限公司 | A kind of method of automatically dispose Web applied environments |
US10095511B1 (en) | 2017-02-23 | 2018-10-09 | Amdocs Development Limited | System, method, and computer program for converting a current Java project to a Maven project |
CN106897226A (en) * | 2017-02-28 | 2017-06-27 | 郑州云海信息技术有限公司 | The method and device of a kind of continuous integrating test |
CN106997297A (en) * | 2017-03-31 | 2017-08-01 | 广东亿迅科技有限公司 | A kind of software development management platform and method based on DevOps |
CN108733380A (en) * | 2017-04-21 | 2018-11-02 | 北京京东尚科信息技术有限公司 | Using dispositions method and device |
CN107291448A (en) * | 2017-05-19 | 2017-10-24 | 上海瀚乾信息技术服务有限公司 | A kind of Software Develop Project Management system |
CN107291450A (en) * | 2017-05-25 | 2017-10-24 | 深圳市彬讯科技有限公司 | A kind of quick code automatic generation method for programming friendly |
CN107273117A (en) * | 2017-05-25 | 2017-10-20 | 深圳市彬讯科技有限公司 | A kind of quick Code automatic build system for programming friendly |
CN109144843B (en) * | 2017-06-27 | 2022-06-07 | 北京京东尚科信息技术有限公司 | Method and device for deploying test environment |
CN109144843A (en) * | 2017-06-27 | 2019-01-04 | 北京京东尚科信息技术有限公司 | The method and apparatus for testing environment deployment |
CN107273140A (en) * | 2017-07-06 | 2017-10-20 | 武汉斗鱼网络科技有限公司 | Scaffold management method, device and electronic equipment |
CN107273140B (en) * | 2017-07-06 | 2018-09-21 | 武汉斗鱼网络科技有限公司 | Scaffold manages method, apparatus and electronic equipment |
CN107480050A (en) * | 2017-07-17 | 2017-12-15 | 上海爱数信息技术股份有限公司 | A kind of method of testing of automatic test renewal bag |
CN107515766A (en) * | 2017-08-24 | 2017-12-26 | 北京锐安科技有限公司 | Generation method, deployment installation method and the device of database deployment file |
CN107391213A (en) * | 2017-08-29 | 2017-11-24 | 郑州云海信息技术有限公司 | A kind of method, apparatus of memory apparatus system upgrading and a kind of upgrade-system |
CN107608710A (en) * | 2017-08-31 | 2018-01-19 | 华为技术有限公司 | Software project structure task collocation method and device based on Jenkins instruments |
CN108572912A (en) * | 2017-09-22 | 2018-09-25 | 北京金山云网络技术有限公司 | A kind of continuous integrating method, apparatus, electronic equipment and storage medium |
CN108108169A (en) * | 2017-12-27 | 2018-06-01 | 广东小天才科技有限公司 | Multi-branch construction method and system based on Jenkins |
CN108241493A (en) * | 2018-01-09 | 2018-07-03 | 政采云有限公司 | The automation continuous integrating of distributed software system and delivery method, device and system |
CN108521428B (en) * | 2018-04-20 | 2020-09-01 | 武汉极意网络科技有限公司 | Realization method and system for preventing reptiles in public network based on jenkins |
CN108521428A (en) * | 2018-04-20 | 2018-09-11 | 武汉极意网络科技有限公司 | A kind of realization method and system of the anti-reptile of public network based on jenkins |
CN108763042A (en) * | 2018-05-24 | 2018-11-06 | 广东睿江云计算股份有限公司 | A kind of Cloud Server performance data acquisition method and device based on python |
CN108829378A (en) * | 2018-05-24 | 2018-11-16 | 北京顺丰同城科技有限公司 | A kind of development approach of application software, device and electronic equipment |
CN109002307A (en) * | 2018-06-27 | 2018-12-14 | 郑州云海信息技术有限公司 | A kind of upgrading and automated testing method automatically |
CN109614085A (en) * | 2018-10-23 | 2019-04-12 | 深圳微迅信息科技有限公司 | Function realizing method, device, computer equipment and storage medium |
CN109582315A (en) * | 2018-10-26 | 2019-04-05 | 北京百度网讯科技有限公司 | Service privatization method, apparatus, computer equipment and storage medium |
CN109240669A (en) * | 2018-10-26 | 2019-01-18 | 苏州浪潮智能软件有限公司 | A kind of integrated deployment software development model of automation |
CN111506315A (en) * | 2019-01-31 | 2020-08-07 | 广州数控网络科技有限公司 | Code deployment method for flexible digital control and digital control platform |
US12045608B2 (en) * | 2019-05-31 | 2024-07-23 | Connectfree Corporation | Software development device and software development program |
US20220236982A1 (en) * | 2019-05-31 | 2022-07-28 | Connectfree Corporation | Software development device and software development program |
CN110377274A (en) * | 2019-07-08 | 2019-10-25 | 紫光云技术有限公司 | Micro- front end structure system and exploitation, dispositions method based on Single-Spa |
CN110377274B (en) * | 2019-07-08 | 2023-05-05 | 紫光云技术有限公司 | Single-Spa-based micro front end architecture system and development and deployment method |
CN110321113A (en) * | 2019-07-09 | 2019-10-11 | 苏宁消费金融有限公司 | Using project batch as the integrated pipeline system and its working method of standard |
CN110321113B (en) * | 2019-07-09 | 2022-08-02 | 苏宁消费金融有限公司 | Integrated assembly line system taking project batches as standards and working method thereof |
CN110413484B (en) * | 2019-08-02 | 2023-01-31 | 西安微电子技术研究所 | Cluster monitoring method supporting heterogeneous platform |
CN110413484A (en) * | 2019-08-02 | 2019-11-05 | 西安微电子技术研究所 | A kind of cluster monitoring method for supporting heterogeneous platform |
CN110769026A (en) * | 2019-09-09 | 2020-02-07 | 河南拓普计算机网络工程有限公司 | Distributed internet information acquisition system and method |
CN110795080A (en) * | 2019-10-21 | 2020-02-14 | 山东舜知信息科技有限公司 | Automatic code generation system based on database annotation and construction method |
CN111190586A (en) * | 2019-12-16 | 2020-05-22 | 腾讯科技(深圳)有限公司 | Software development framework building and using method, computing device and storage medium |
CN111158744A (en) * | 2019-12-30 | 2020-05-15 | 中国银行股份有限公司 | Cross-platform heterogeneous data integration method and device |
CN111158744B (en) * | 2019-12-30 | 2024-02-23 | 中国银行股份有限公司 | Cross-platform heterogeneous data integration method and device |
CN111258561A (en) * | 2020-01-10 | 2020-06-09 | 北京慧博科技有限公司 | Method for starting and monitoring software automatic compiling and deploying |
CN113778501A (en) * | 2020-06-22 | 2021-12-10 | 北京沃东天骏信息技术有限公司 | Code task processing method and device |
CN113778501B (en) * | 2020-06-22 | 2024-05-17 | 北京沃东天骏信息技术有限公司 | Code task processing method and device |
CN112328217A (en) * | 2020-11-03 | 2021-02-05 | 中国平安人寿保险股份有限公司 | Code deployment method, device, system, computer equipment and medium |
CN112507378A (en) * | 2020-12-08 | 2021-03-16 | 广东荣文科技集团有限公司 | Data processing method, electronic equipment and related product |
CN113760302A (en) * | 2021-09-09 | 2021-12-07 | 四川虹美智能科技有限公司 | Jenkins-based UI package deployment method and system |
CN113760302B (en) * | 2021-09-09 | 2023-04-07 | 四川虹美智能科技有限公司 | Jenkins-based UI package deployment method and system |
CN114756454A (en) * | 2022-03-29 | 2022-07-15 | 润芯微科技(江苏)有限公司 | Code management, continuous integration and delivery working method and system for embedded software development |
CN115002598A (en) * | 2022-05-26 | 2022-09-02 | 歌尔股份有限公司 | Earphone mode control method, earphone device, head-mounted device, and storage medium |
CN115002598B (en) * | 2022-05-26 | 2024-02-13 | 歌尔股份有限公司 | Headset mode control method, headset device, head-mounted device and storage medium |
CN115061683A (en) * | 2022-06-15 | 2022-09-16 | 山信软件股份有限公司 | XML-based general function configuration system and method |
CN115061683B (en) * | 2022-06-15 | 2024-09-27 | 山信软件股份有限公司 | General function configuration system and method based on XML |
CN116737174B (en) * | 2023-08-15 | 2023-11-14 | 中国兵器装备集团兵器装备研究所 | Automatic subsystem generating tool and method based on open source hong Meng system |
CN116737174A (en) * | 2023-08-15 | 2023-09-12 | 中国兵器装备集团兵器装备研究所 | Automatic subsystem generating tool and method based on open source hong Meng system |
Also Published As
Publication number | Publication date |
---|---|
CN106095408B (en) | 2019-05-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN106095408A (en) | A kind of system and method for data monitoring and Code automatic build and deployment | |
CN102682096B (en) | Collaborative management device and collaborative management method for simulation resource information and model source codes | |
US20120110030A1 (en) | Software database system and process of building and operating the same | |
US10782936B1 (en) | Programming migration system and methods | |
CN100593794C (en) | Long-distance controlling apparatus used for crops production expert diagnosing system and method thereof | |
CN105095089A (en) | Method and device for testing performance of application software | |
CN104111828A (en) | Automatic generation method and system of human-computer interaction interface | |
EP2610762A1 (en) | Database version management system | |
CN107656749A (en) | A kind of device version management-control method and device | |
WO2017000429A1 (en) | Software automation test method and device | |
JP2008021111A (en) | Method of changing business system configuration, management computer, and program for method of changing business system configuration | |
US10311030B1 (en) | Method and system for implementing an automated migration tool | |
CN105204863A (en) | Technical documentation for law violation data auditing system | |
US20060047723A1 (en) | Custom database system and method of building the same | |
CN103984769A (en) | Use-case data management and storage method | |
CN104063468A (en) | Data report automatic generating and extracting method and device | |
US20100011018A1 (en) | Custom database system and method of building the same | |
CN106951593A (en) | A kind of method and apparatus for the configuration file for generating protection supervisory equipment | |
CN105512154A (en) | Method and system for environmental-protection data collection based on embedded database | |
CN115904933A (en) | Code warehouse management method and device, electronic equipment and storage medium | |
CN108920137A (en) | A kind of system of creation web project and code based on eclipse frame | |
US20080022258A1 (en) | Custom database system and method of building and operating the same | |
JP2009104393A (en) | Software trouble ticket management system and method, and program | |
US8631393B2 (en) | Custom database system and method of building and operating the same | |
US20070168921A1 (en) | Method for automatic recovery of uml model requirements and updating thereof |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |