CN115113909A - Project automation operation and maintenance method, system, electronic equipment and storage medium - Google Patents

Project automation operation and maintenance method, system, electronic equipment and storage medium Download PDF

Info

Publication number
CN115113909A
CN115113909A CN202210748864.6A CN202210748864A CN115113909A CN 115113909 A CN115113909 A CN 115113909A CN 202210748864 A CN202210748864 A CN 202210748864A CN 115113909 A CN115113909 A CN 115113909A
Authority
CN
China
Prior art keywords
project
deployment
interface
management
code
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
CN202210748864.6A
Other languages
Chinese (zh)
Inventor
蔡晶晶
陈俊
付磊
刘付魁
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.)
Beijing Wuyi Jiayu Technology Co ltd
Beijing Yongxin Zhicheng Technology Co Ltd
Original Assignee
Beijing Wuyi Jiayu Technology Co ltd
Beijing Yongxin Zhicheng Technology 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 Beijing Wuyi Jiayu Technology Co ltd, Beijing Yongxin Zhicheng Technology Co Ltd filed Critical Beijing Wuyi Jiayu Technology Co ltd
Priority to CN202210748864.6A priority Critical patent/CN115113909A/en
Publication of CN115113909A publication Critical patent/CN115113909A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a project automation operation and maintenance method, a system, equipment and a storage medium, which solve the technical problem that the operation and maintenance of the existing software project lacks an effective automation means. The method comprises the following steps: establishing an interactive monitoring interface of project management with a staged project management process in a project life cycle; creating a code resource database associated with the determined project through an interactive monitoring interface, and performing continuous management on the code resources; determining project requirements through an interactive monitoring interface to form a continuous integration and continuous deployment processing pipeline, and acquiring associated code resources from a code resource database according to the project requirements to create a corresponding project deployment mirror image; monitoring a project deployment process and forming a process report; and distributing the process report of project deployment to the associated personnel according to the mailing list. And fully integrating the existing staged project management process to form a platform framework with front-end and back-end operation and maintenance automation. The project can be created with high standard and high efficiency, and the online code of the developer is promoted to be more efficient and faster.

Description

Project automation operation and maintenance method, system, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of software engineering, in particular to a project automation operation and maintenance method, a project automation operation and maintenance system, electronic equipment and a storage medium.
Background
In the prior art, a software project usually involves numerous code resources, and often involves software engineering stages such as project resource integration, project branch management, project testing, project online delivery, project deployment and the like when project development is basically completed, and project management can be performed on a determined engineering stage by manually writing a script at present. However, the process of project creation, online and deployment lacks an intuitive monitoring means, and lacks effective feedback on the management quality and the management result of the manual script. Script control has limitations and cannot uniformly perform project operation and maintenance full-cycle management.
Disclosure of Invention
In view of the above problems, embodiments of the present invention provide a project automation operation and maintenance method, system, electronic device and storage medium, which solve the technical problem that the operation and maintenance of the existing software project lacks an effective automation means.
The project automation operation and maintenance method provided by the embodiment of the invention comprises the following steps:
establishing interactive control interface mapping with a staged project management process in a project life cycle to form a project management interface set, and carrying out interface input and output object visual construction according to the project management interface set to form an interactive monitoring interface of project management;
creating a code resource database associated with the determined project through an interactive monitoring interface, and performing continuous management on the code resources;
determining project requirements through an interactive monitoring interface to form a continuous integration and continuous deployment processing pipeline, and acquiring associated code resources from a code resource database according to the project requirements to create a corresponding project deployment mirror image;
monitoring a project deployment process, displaying the dimension and abnormal state of the deployment process through an interactive monitoring interface, and forming a process report;
and distributing the process report of project deployment to the associated personnel according to the mailing list.
In an embodiment of the present invention, the interface function display definition for creating the interactive control interface mapping to form the project management interface set is performed by using a go language.
In an embodiment of the present invention, the interface input and output object visualization structure is implemented by using a vue UI framework.
In an embodiment of the present invention, the code resource data warehouse is established by using a gitlab management system, and the code resources are continuously managed by using a code management tool git.
In an embodiment of the present invention, the code resource integration is performed by using jenkins service.
In an embodiment of the present invention, the project deployment is performed by using a K8S service.
In an embodiment of the present invention, the monitoring of the project deployment process is performed by using a grafana monitoring platform service.
The project automation deployment method of the embodiment of the invention utilizes the project automation operation and maintenance method, and comprises the following steps:
logging in an interactive monitoring interface through a service link;
creating a software project, and initializing a git code resource warehouse;
adding authorization data provided by webhooks service according to project requirements, and integrating software resources by combining code resources corresponding to the project requirements through jenkins service;
forming a project deployment mirror image through a docker service;
the project deployment mirror is deployed online through a K8S service;
and in the deployment process, forwarding the deployment state to the associated personnel through the mail list.
The project automation operation and maintenance system of the embodiment of the invention comprises:
the visual interface forming device is used for establishing interactive control interface mapping with the staged project management process in the project life cycle to form a project management interface set, carrying out interface input and output object visual construction according to the project management interface set and forming an interactive monitoring interface of project management;
the software resource supporting device is used for the interactive monitoring interface to continuously manage the code resources by creating a code resource database associated with the determined project;
the project online deployment device is used for determining project requirements through the interactive monitoring interface to form a continuous integration and continuous deployment processing pipeline, and acquiring associated code resources from the code resource database according to the project requirements to create a corresponding project deployment mirror image;
the project deployment monitoring device is used for monitoring the project deployment process, showing the dimension and abnormal state of the deployment process through the interactive monitoring interface and forming a process report;
and the project deployment pushing device is used for distributing the process report of project deployment to the associated personnel according to the mail list.
The electronic device of the embodiment of the invention comprises a processor and a memory, wherein the memory stores execution instructions, and when the processor executes the execution instructions stored in the memory, the processor executes the method.
The project automation operation and maintenance method, system, equipment and storage medium avoid manual operation and maintenance, manual operation and inefficient processes that projects must be manually created and test environments need to be deployed by test personnel, and an automation process of project online, migration and deployment is constructed. And fully integrating the existing staged project management process to form a platform framework with front-end and back-end operation and maintenance automation. The project can be created with high standard and high efficiency, and the online code of the developer is promoted to be more efficient and faster. And the real-time problem in the online deployment process can be pushed by the mail in time, and the positioning is effective.
Drawings
Fig. 1 is a flow chart illustrating a project automation operation and maintenance method according to an embodiment of the present invention.
Fig. 2 is a flowchart illustrating a project automation deployment method formed by using the project automation operation and maintenance method according to an embodiment of the present invention.
Fig. 3 is a schematic diagram of an architecture of a project automation operation and maintenance system according to an embodiment of the present invention.
Fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer and more obvious, the present invention is further described below with reference to the accompanying drawings and the detailed description. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
An automated operation and maintenance method according to an embodiment of the present invention is shown in fig. 1. In fig. 1, the present embodiment includes:
step 100: and establishing interactive control interface mapping with a periodic project management process in the project life cycle to form a project management interface set, and carrying out interface input and output object visual construction according to the project management interface set to form an interactive monitoring interface for project management.
Those skilled in the art will appreciate that, with sophisticated management tools, the staged project management process includes, but is not limited to, a code development environment, a code version management environment, a code compilation environment, a code distribution environment, etc., and the code form in the staged project management process may be subject to predictable progressive changes. And for data input and output related to project integration, online and deployment processes in the stage project management process, the interface input and output object comprises a datamation operation object embodied in input and output data. And forming a unified management interface through the abstraction of the project management interface set. And forming a GUI (graphical user interface) by the unified management interface through a graphical UI (user interface) framework so as to reflect the data change of the input and output objects, and forming an interactive interface and a monitoring interface of project management for the project management.
Step 200: and creating a code resource database associated with the determined project through the interactive monitoring interface, and performing persistent management on the code resources.
Those skilled in the art will appreciate that there are variations in the persistence of development, the scrolling of code iterations, the software resources of function modules, classes, methods, libraries, etc. within a project, and the timeliness of the existence of project branches. And continuously managing the code resources based on the project through the interactive monitoring interface so as to ensure the continuity and stability of the software resources of the whole period of the project.
Step 300: determining project requirements through an interactive monitoring interface to form a continuous integration and continuous deployment processing pipeline, and acquiring associated code resources from a code resource database according to the project requirements to create a corresponding project deployment mirror image.
And determining the configuration data of the project requirement through the interactive monitoring interface. And forming response and output corresponding to the project management process by using the data interface of the interactive monitoring interface. And performing software resource integration, compiling and packaging processes according to project requirements to form a project deployment mirror image with requirement consistency.
Step 400: monitoring the project deployment process, displaying the dimension and abnormal state of the deployment process through an interactive monitoring interface, and forming a process report.
In a continuous deployment state that a project deployment mirror image is released to a project user and the user performs local deployment, the interactive monitoring interface visually performs quantitative evaluation and exception handling on a deployment process according to a preset deployment measurement dimension processing strategy.
Step 500: and distributing the process report of project deployment to the associated personnel according to the mailing list.
There are concurrency and asynchronous possibilities for project deployment processes that are targeted to numerous project users. Aiming at the result of a single deployment process, the deployment process and the result are timely pushed to a plurality of managers by providing a mail list aiming at a project user manager and a project manager, so that the timely feedback of the deployment process is ensured.
The project automation operation and maintenance method avoids manual operation and maintenance, low-efficiency processes that projects must be manually created and test environments need to be deployed by test personnel, and an automation process of project online, migration and deployment is established. And fully integrating the existing stage project management process to form a platform framework for the automation of front-end and back-end operation and maintenance. The project can be created with high standard and high efficiency, and the online code of the developer is promoted to be more efficient and faster. And the real-time problems in the online deployment process can be pushed by mails in time, and the positioning is effective.
In an embodiment of the present invention, in step 100, go language is adopted to establish the mapping of the interactive control interface to form the interface function display definition of the project management interface set. High-level description and definition of the existing data interface of the staged project management process are formed, and the project management interface is prevented from having unique characteristics of tools in the staged project management process. Namely, only the interface function display is realized, and the specific bottom layer realization of the interface function is avoided.
In an embodiment of the present invention, in step 100, a vue UI framework is used to perform interface input and output object visualization construction, so as to form a bottom-up layer-by-layer application object. Forming an integration with existing staged project management processes or environments.
In an embodiment of the present invention, in step 200, a code resource data warehouse (database) is established by using a gitlab management system, and a code management tool git is used to perform persistent management on code resources.
In an embodiment of the present invention, in step 300, code resource integration is performed by using jenkins (online code platform) service. And in the integration process, authority data such as a communication secret key, an authentication certificate and the like are automatically added through webhook registration service. And forming a project deployment mirror image through a docker service in an integration process. The code resource integration comprises merging specific project development branch software resources according to project requirements and completing online compiling of corresponding codes.
In one embodiment of the invention, the K8S service is utilized for project deployment in step 400. In the project deployment process, a grafana monitoring platform is adopted for monitoring data acquisition, and the results, the consumed time, the deployment process and how to trigger the online of each project are counted. And filtering and converting the deployment tool process information returned in the periodic project management process by using a preset analysis model through an interactive monitoring interface, and forming the visualization of the dimension measurement and the abnormal report of the deployment process on the interactive monitoring interface.
In one embodiment of the present invention, when a project is created and deployed on-line, whether successful or failed and forced to abort, relevant deployment status is notified by mail to relevant personnel in step 500.
A project automation deployment method formed by the project automation operation and maintenance method according to an embodiment of the present invention is shown in fig. 2. In fig. 2, the present embodiment includes:
logging in an interactive monitoring interface through a service link;
creating a software project and initializing a git code resource warehouse;
adding authorization data provided by webhooks service according to project requirements, and integrating software resources by combining code resources corresponding to the project requirements through jenkins service;
forming a project deployment mirror image through a docker service;
deploying the project deployment image on line through a K8S service;
and in the deployment process, forwarding the deployment state to the associated personnel through the mail list.
An automated operation and maintenance system according to an embodiment of the present invention is shown in fig. 3. In fig. 3, the present embodiment includes:
the visual interface forming device 10 is used for establishing interactive control interface mapping with a staged project management process in a project life cycle to form a project management interface set, carrying out interface input and output object visual construction according to the project management interface set and forming an interactive monitoring interface of project management;
the software resource supporting device 20 is used for the interactive monitoring interface to continuously manage the code resources by creating a code resource database associated with the determined project;
the project online deployment device 30 is used for determining project requirements through the interactive monitoring interface to form a continuous integration and continuous deployment processing pipeline, and acquiring associated code resources from the code resource database according to the project requirements to create a corresponding project deployment mirror image;
the project deployment monitoring device 40 is used for monitoring the project deployment process, showing the dimension and abnormal state of the deployment process through the interactive monitoring interface and forming a process report;
and the project deployment pushing device 50 is used for distributing the process report of project deployment to the associated personnel according to the mailing list.
The structure of the electronic device according to an embodiment of the invention is shown in fig. 4. On the hardware level, the electronic device comprises a processor and optionally an internal bus, a network interface and a memory. The Memory may include a Memory, such as a Random-Access Memory (RAM), and may further include a non-volatile Memory, such as at least 1 disk Memory. Of course, the electronic device may also include hardware required for other services.
The processor, the network interface, and the memory may be connected to each other via an internal bus, which may be an ISA (Industry Standard Architecture) bus, a PCI (Peripheral Component Interconnect) bus, an EISA (Extended Industry Standard Architecture) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one double-headed arrow is shown in FIG. 4, but that does not indicate only one bus or one type of bus.
And the memory is used for storing the execution instruction. In particular, a computer program that can be executed by executing instructions. The memory may include both memory and non-volatile storage and provides execution instructions and data to the processor.
In a possible implementation manner, the processor reads the corresponding execution instruction from the nonvolatile memory to the memory and then runs the corresponding execution instruction, and may also obtain the corresponding execution instruction from other devices, so as to form the project automation operation and maintenance system on a logical level. The processor executes the execution instructions stored in the memory, so that the project automation operation and maintenance method provided by any embodiment of the invention is realized through the executed execution instructions.
The project automation operation and maintenance method provided by the above embodiment can be applied to a processor, or implemented by the processor. The processor may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware in a processor or instructions in the form of software. The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but also Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components. The various methods, steps, and logic blocks disclosed in the embodiments of the present application may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The steps of the method disclosed in connection with the embodiments of the present application may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software modules may be located in ram, flash, rom, prom, or eprom, registers, etc. as is well known in the art. The storage medium is located in a memory, and a processor reads information in the memory and completes the steps of the method in combination with hardware of the processor.
The storage medium of an embodiment of the present invention stores an execution instruction, and when the stored execution instruction is executed by a processor of an electronic device, the electronic device can execute the project automation operation and maintenance method provided in any embodiment of the present application, and is specifically configured to execute the project automation operation and maintenance method.
The electronic device described in the foregoing embodiments may be a computer.
It will be apparent to those skilled in the art that embodiments of the present application may be provided as a method or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects.
The embodiments in the present application are described in a progressive manner, and the same and similar parts among the embodiments can be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, as for the apparatus embodiment, since it is substantially similar to the method embodiment, the description is relatively simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A project automation operation and maintenance method is characterized by comprising the following steps:
establishing interactive control interface mapping with a staged project management process in a project life cycle to form a project management interface set, and carrying out interface input and output object visual construction according to the project management interface set to form an interactive monitoring interface of project management;
creating a code resource database associated with the determined project through an interactive monitoring interface, and performing continuous management on the code resources;
determining project requirements through an interactive monitoring interface to form a continuous integration and continuous deployment processing pipeline, and acquiring associated code resources from a code resource database according to the project requirements to create a corresponding project deployment mirror image;
monitoring a project deployment process, displaying the dimension and abnormal state of the deployment process through an interactive monitoring interface, and forming a process report;
and distributing the process report of project deployment to the associated personnel according to the mailing list.
2. The project automation operation and maintenance method according to claim 1, wherein the interface function display definition for establishing the interactive control interface mapping to form the project management interface set is performed in a go language.
3. The project automation operation and maintenance method according to claim 1, characterized in that the interface input and output object visualization construction is performed by using vue UI framework.
4. The method for project automation operation and maintenance according to claim 1, wherein a code resource data warehouse is established by using a gitlab management system, and continuous management is performed on code resources by using a code management tool git.
5. The method of claim 1, wherein the code resource integration is performed using jenkins service.
6. The method for project automation operation and maintenance of claim 1, wherein the project deployment is performed using a K8S service.
7. The method according to claim 1, wherein the monitoring of the project deployment process is performed by using a grafana monitoring platform service.
8. A project automation deployment method, characterized in that, the project automation operation and maintenance method according to any claim 1 to 8 is used, which includes:
logging in an interactive monitoring interface through a service link;
creating a software project and initializing a git code resource warehouse;
adding authorization data provided by webhooks service according to project requirements, and integrating software resources by combining code resources corresponding to the project requirements through jenkins service;
forming a project deployment mirror image through a docker service;
the project deployment mirror is deployed online through a K8S service;
and in the deployment process, forwarding the deployment state to the associated personnel through the mail list.
9. A project automation operation and maintenance system, characterized in that it comprises:
the visual interface forming device is used for establishing interactive control interface mapping with a periodic project management process in the project life cycle to form a project management interface set, and carrying out interface input and output object visual construction according to the project management interface set to form an interactive monitoring interface of project management;
the software resource supporting device is used for the interactive monitoring interface to continuously manage the code resources by creating a code resource database associated with the determined project;
the project online deployment device is used for determining project requirements through the interactive monitoring interface to form a continuous integration and continuous deployment processing pipeline, and acquiring associated code resources from the code resource database according to the project requirements to create a corresponding project deployment mirror image;
the project deployment monitoring device is used for monitoring the project deployment process, showing the dimension and abnormal state of the deployment process through the interactive monitoring interface and forming a process report;
and the project deployment pushing device is used for distributing the process report of project deployment to the associated personnel according to the mail list.
10. An electronic device, comprising a processor and a memory storing execution instructions, wherein the processor performs the method of any one of claims 1-8 when the processor executes the execution instructions stored by the memory.
CN202210748864.6A 2022-06-29 2022-06-29 Project automation operation and maintenance method, system, electronic equipment and storage medium Pending CN115113909A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210748864.6A CN115113909A (en) 2022-06-29 2022-06-29 Project automation operation and maintenance method, system, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210748864.6A CN115113909A (en) 2022-06-29 2022-06-29 Project automation operation and maintenance method, system, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN115113909A true CN115113909A (en) 2022-09-27

Family

ID=83330930

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210748864.6A Pending CN115113909A (en) 2022-06-29 2022-06-29 Project automation operation and maintenance method, system, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115113909A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116795329A (en) * 2023-08-18 2023-09-22 深圳代码兄弟技术有限公司 Work report generation method and device for software engineering and readable storage medium

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110221859A (en) * 2019-06-05 2019-09-10 软通智慧科技有限公司 A kind of online management method of the deployment of application, device, equipment and storage medium
CN110321152A (en) * 2019-07-04 2019-10-11 青岛华正信息技术股份有限公司 A kind of Software Development Platform
CN110764786A (en) * 2019-12-27 2020-02-07 凯泰铭科技(北京)有限公司 Optimized deployment resource and software delivery platform in cloud computing environment
CN111897541A (en) * 2020-08-03 2020-11-06 上海嗨酷强供应链信息技术有限公司 Software interaction platform and method for automatically deploying resources in cloud environment
CN112527349A (en) * 2020-12-02 2021-03-19 航天科工网络信息发展有限公司 Dynamic deployment strategy optimization and continuous deployment service guarantee system
CN112711411A (en) * 2020-12-22 2021-04-27 宝付网络科技(上海)有限公司 CI/CD pipeline system based on Kubernetes and docker
CN112965785A (en) * 2021-03-05 2021-06-15 食亨(上海)科技服务有限公司 Container-based micro-service application development method and development platform
CN114020316A (en) * 2021-10-19 2022-02-08 天元大数据信用管理有限公司 Implementation method for deploying, operating and maintaining and monitoring micro-service component nodes
CN114168213A (en) * 2021-10-26 2022-03-11 青岛海尔科技有限公司 Software release method and device based on Jenkins and electronic equipment
CN114461269A (en) * 2022-02-10 2022-05-10 北京自如信息科技有限公司 Software development release management method, device, equipment and storage medium

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110221859A (en) * 2019-06-05 2019-09-10 软通智慧科技有限公司 A kind of online management method of the deployment of application, device, equipment and storage medium
CN110321152A (en) * 2019-07-04 2019-10-11 青岛华正信息技术股份有限公司 A kind of Software Development Platform
CN110764786A (en) * 2019-12-27 2020-02-07 凯泰铭科技(北京)有限公司 Optimized deployment resource and software delivery platform in cloud computing environment
CN111897541A (en) * 2020-08-03 2020-11-06 上海嗨酷强供应链信息技术有限公司 Software interaction platform and method for automatically deploying resources in cloud environment
CN112527349A (en) * 2020-12-02 2021-03-19 航天科工网络信息发展有限公司 Dynamic deployment strategy optimization and continuous deployment service guarantee system
CN112711411A (en) * 2020-12-22 2021-04-27 宝付网络科技(上海)有限公司 CI/CD pipeline system based on Kubernetes and docker
CN112965785A (en) * 2021-03-05 2021-06-15 食亨(上海)科技服务有限公司 Container-based micro-service application development method and development platform
CN114020316A (en) * 2021-10-19 2022-02-08 天元大数据信用管理有限公司 Implementation method for deploying, operating and maintaining and monitoring micro-service component nodes
CN114168213A (en) * 2021-10-26 2022-03-11 青岛海尔科技有限公司 Software release method and device based on Jenkins and electronic equipment
CN114461269A (en) * 2022-02-10 2022-05-10 北京自如信息科技有限公司 Software development release management method, device, equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116795329A (en) * 2023-08-18 2023-09-22 深圳代码兄弟技术有限公司 Work report generation method and device for software engineering and readable storage medium
CN116795329B (en) * 2023-08-18 2023-11-14 深圳代码兄弟技术有限公司 Work report generation method and device for software engineering and readable storage medium

Similar Documents

Publication Publication Date Title
US10127143B2 (en) Generating an evolving set of test cases
US8589884B2 (en) Method and system for identifying regression test cases for a software
US8689188B2 (en) System and method for analyzing alternatives in test plans
Zhang et al. Compatibility testing service for mobile applications
US20130205172A1 (en) Integrated System and Method for Validating the Functionality and Performance of Software Applications
US20120159443A1 (en) System and method for reducing test effort by object risk analysis
US9983979B1 (en) Optimized dynamic matrixing of software environments for application test and analysis
CN111459509A (en) Container mirror image construction method and device and server
CN115113909A (en) Project automation operation and maintenance method, system, electronic equipment and storage medium
CN110727575A (en) Information processing method, system, device and storage medium
EP2913757A1 (en) Method, system, and computer software product for test automation
CN111984882A (en) Data processing method, system and equipment
CN112817843B (en) Project management method and system
US11295260B2 (en) Multi-process workflow designer
Illes et al. Criteria for Software Testing Tool Evaluation–A Task Oriented View
US10102110B1 (en) Simulation process for interface behavior
CN115099793B (en) Dynamic model assembling method, server and storage medium for task scene
Narang et al. Comparative analysis of component based software engineering metrics
CN110618943B (en) Security service test method and device, electronic equipment and readable storage medium
CN115185907A (en) Front-end resource management method, device, equipment and storage medium
Heijstek et al. Effort distribution in model-based development
CN114564213A (en) Pre-installed software deployment method, system, terminal and storage medium
US10453019B1 (en) Business activity resource modeling system and method
CN117421071B (en) Visual package method and integrated system for plug-in service
Acharya Design and Implementation of a Continuous Integration System

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20220927

RJ01 Rejection of invention patent application after publication