CN110837373A - Continuous integration and continuous delivery method, device, computer equipment and storage medium - Google Patents

Continuous integration and continuous delivery method, device, computer equipment and storage medium Download PDF

Info

Publication number
CN110837373A
CN110837373A CN201910988854.8A CN201910988854A CN110837373A CN 110837373 A CN110837373 A CN 110837373A CN 201910988854 A CN201910988854 A CN 201910988854A CN 110837373 A CN110837373 A CN 110837373A
Authority
CN
China
Prior art keywords
pipeline
remote host
host node
sending
command
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
CN201910988854.8A
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.)
Shenzhen Cornerstone Cooperation Technology Co Ltd
Original Assignee
Shenzhen Cornerstone Cooperation 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 Shenzhen Cornerstone Cooperation Technology Co Ltd filed Critical Shenzhen Cornerstone Cooperation Technology Co Ltd
Priority to CN201910988854.8A priority Critical patent/CN110837373A/en
Publication of CN110837373A publication Critical patent/CN110837373A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment

Abstract

The embodiment of the invention discloses a method, a device, computer equipment and a storage medium for continuous integration and continuous delivery, which comprises the following steps: a server receives a pipeline request sent by a user terminal, wherein the pipeline request carries a pipeline identifier, a flow configuration corresponding to the pipeline identifier is configured in the server, and the flow configuration comprises the following steps: remote host node and remote protocol connection information; establishing communication with a remote host node according to the remote host node and the remote protocol connection information in the process configuration; obtaining a plurality of pipeline commands corresponding to the pipeline identifications; respectively sending the pipeline commands to corresponding remote host nodes so that the remote host nodes execute the corresponding pipeline commands; and receiving the execution result returned by each remote host node so as to complete the continuous integration and continuous delivery of the system. The embodiment of the invention can realize the continuous integration and continuous delivery of the pipeline task.

Description

Continuous integration and continuous delivery method, device, computer equipment and storage medium
Technical Field
The invention relates to the technical field of DevOps, in particular to a continuous integration and continuous delivery method, a device, computer equipment and a storage medium.
Background
In the traditional software enterprise, a development department, a technical operation department and a quality assurance department are respectively set as separate departments, the departments lack effective communication and exchange, the working efficiency of the enterprise is low, and a process and a method (developments) are used for promoting communication, cooperation and integration among the development department, the technical operation department and the quality assurance department, so that the working efficiency of the enterprise is improved to a certain extent and the product quality is improved.
At the heart of DevOps, Continuous Integration (CI) and Continuous Delivery (CD) are the core of DevOps, Jenkins is the mainstream software in the DevOps field, and Jenkins integrates the implementation and implementation of Continuous Delivery of software tasks into Jenkins mainly by means of Pipeline (Pipeline).
However, when Jenkins are applied to pipeline implementation, Jenkins equipment needs to be deployed, and pipeline tasks can only be executed by the Jenkins equipment, and when the pipeline tasks are multiple, the equipment is difficult to simultaneously bear the tasks, or some pipeline tasks are not suitable for being executed by the current equipment and can be better executed by other equipment.
Disclosure of Invention
In view of the above, it is necessary to provide a continuous integration and continuous delivery method, apparatus, computer device, and storage medium with a small task amount.
A continuous integration and continuous delivery method is applied to a continuous integration and continuous delivery system, and is characterized in that the system comprises: a user terminal, a server and a remote host, the method comprising:
a server receives a pipeline request sent by a user terminal, wherein the pipeline request carries a pipeline identifier, a flow configuration corresponding to the pipeline identifier is configured in the server, and the flow configuration comprises the following steps: remote host node and remote protocol connection information;
establishing communication with a remote host node according to the remote host node and the remote protocol connection information in the process configuration;
obtaining a plurality of pipeline commands corresponding to the pipeline identifications;
respectively sending the pipeline commands to corresponding remote host nodes so that the remote host nodes execute the corresponding pipeline commands;
and receiving the execution result returned by each remote host node so as to complete the continuous integration and continuous delivery of the system.
In one embodiment, said sending said pipeline commands to respective remote host nodes comprises: acquiring a flow configuration corresponding to each pipeline command; and sending the pipeline commands to the corresponding remote host nodes according to the flow configuration corresponding to each pipeline command.
In one embodiment, the flow configuration further includes a connection time; the sending the pipeline commands to the corresponding remote host nodes according to the flow configuration corresponding to each pipeline command includes: acquiring connection time corresponding to each pipeline command from the flow configuration corresponding to each pipeline command; and sending the pipeline command to the corresponding remote host node according to the connection time corresponding to each pipeline command.
In one embodiment, the execution result includes a display result and a download result; after the receiving the execution result returned by each of the remote host nodes, further comprising: if the execution result comprises a display result, sending the display result to the user terminal to indicate the user terminal to display the display result; and if the execution result comprises a downloading result, storing the downloading result so that the user terminal can download the downloading result.
In one embodiment, the remote protocol connection information includes a login account number and a password; the sending the pipeline commands to the corresponding remote host nodes respectively comprises: acquiring a login account and a login password corresponding to the pipeline command from the remote protocol connection information; sending the login account and the login password to a remote host node executing the pipeline command so that the remote host node verifies the login account and the login password; obtaining the verification result of the login account and the login password returned by the remote host node; and if the verification is passed, respectively sending the pipeline commands to the corresponding remote host nodes.
In one embodiment, the remote protocol connection information includes a private key; the sending the pipeline commands to the corresponding remote host nodes respectively comprises: generating a session request corresponding to each pipeline command, and sending the session request to a corresponding remote host node so that the corresponding remote host node generates encryption information according to the session request and a public key sent by a server in advance; acquiring encrypted information returned by the corresponding remote host node, decrypting the encrypted information by using a private key in remote protocol connection information to obtain decrypted information, and sending the obtained decrypted information to the corresponding remote host node so that the corresponding remote host node obtains a verification result according to the encrypted information and the decrypted information; and if the verification result returned by the corresponding remote host node is that the verification is passed, respectively sending the pipeline commands to the corresponding remote host nodes.
In one embodiment, the flow configuration corresponding to the pipeline identifier is determined according to the request type corresponding to the pipeline request.
A continuous integration and continuous delivery apparatus comprising:
a request receiving module, configured to receive a pipeline request sent by a user terminal, where the pipeline request carries a pipeline identifier, and a server is configured with a flow configuration corresponding to the pipeline identifier, where the flow configuration includes: remote host node and remote protocol connection information;
the communication establishing module is used for establishing communication with the remote host node according to the remote host node in the process configuration and the remote protocol connection information;
the command acquisition module is used for acquiring a plurality of pipeline commands corresponding to the pipeline identifications;
the command sending module is used for respectively sending the pipeline commands to corresponding remote host nodes so as to enable the remote host nodes to execute the corresponding pipeline commands;
and the result receiving module is used for receiving the execution result returned by each remote host node so as to complete the continuous integration and continuous delivery of the system.
In one embodiment, the command sending module includes: the command configuration module is used for acquiring the flow configuration corresponding to each pipeline command; and the command configuration sending module is used for sending the pipeline commands to the corresponding remote host nodes according to the flow configuration corresponding to each pipeline command.
In one embodiment, the flow configuration further includes a connection time; the command configuration sending module comprises: the time acquisition module is used for acquiring the connection time corresponding to each pipeline command from the flow configuration corresponding to each pipeline command; and the time sending module is used for sending the pipeline commands to the corresponding remote host nodes according to the connection time corresponding to each pipeline command.
In one embodiment, the execution result includes a display result and a download result; the device, still include: the display module is used for sending the display result to the user terminal to indicate the user terminal to display the display result if the execution result comprises the display result; and the downloading module is used for storing the downloading result if the execution result comprises the downloading result so as to facilitate the user terminal to download the downloading result.
In one embodiment, the remote protocol connection information includes a login account number and a password; the command sending module comprises: the account password acquisition module is used for acquiring a login account and a login password corresponding to the pipeline command from the remote protocol connection information; the account password sending module is used for sending the login account and the login password to a remote host node executing the pipeline command so that the remote host node verifies the login account and the login password; the account password verification module is used for obtaining the verification result of the login account and the login password returned by the remote host node; and the verification passing module is used for respectively sending the pipeline commands to the corresponding remote host nodes if the verification passes.
In one embodiment, the remote protocol connection information includes a private key; the command sending module comprises: the session request generation module is used for generating a session request corresponding to each pipeline command and sending the session request to a corresponding remote host node so that the corresponding remote host node generates encryption information according to the session request and a public key sent by a server in advance; the verification result acquisition module is used for acquiring the encrypted information returned by the corresponding remote host node, decrypting the encrypted information by using a private key in remote protocol connection information to obtain decrypted information, and sending the obtained decrypted information to the corresponding remote host node so that the corresponding remote host node obtains a verification result according to the encrypted information and the decrypted information; and the key verification passing module is used for respectively sending the pipeline commands to the corresponding remote host nodes if the verification result returned by the corresponding remote host nodes is verification passing.
In one embodiment, the apparatus further comprises: and the configuration determining module is used for determining the flow configuration corresponding to the pipeline identification according to the request type corresponding to the pipeline request.
A computer device comprising a memory and a processor, the memory storing a computer program that, when executed by the processor, causes the processor to perform the steps of:
receiving a pipeline request sent by a user terminal, wherein the pipeline request carries a pipeline identifier, and a process configuration corresponding to the pipeline identifier is configured in the server, and the process configuration comprises: remote host node and remote protocol connection information;
establishing communication with a remote host node according to the remote host node and the remote protocol connection information in the process configuration;
obtaining a plurality of pipeline commands corresponding to the pipeline identifications;
respectively sending the pipeline commands to corresponding remote host nodes so that the remote host nodes execute the corresponding pipeline commands;
and receiving the execution result returned by each remote host node so as to complete the continuous integration and continuous delivery of the system.
A computer-readable storage medium storing a computer program which, when executed by a processor, causes the processor to perform the steps of:
receiving a pipeline request sent by a user terminal, wherein the pipeline request carries a pipeline identifier, and a process configuration corresponding to the pipeline identifier is configured in the server, and the process configuration comprises: remote host node and remote protocol connection information;
establishing communication with a remote host node according to the remote host node and the remote protocol connection information in the process configuration;
obtaining a plurality of pipeline commands corresponding to the pipeline identifications;
respectively sending the pipeline commands to corresponding remote host nodes so that the remote host nodes execute the corresponding pipeline commands;
and receiving the execution result returned by each remote host node so as to complete the continuous integration and continuous delivery of the system.
The embodiment of the invention has the following beneficial effects:
the invention provides a continuous integration and continuous delivery method, a device, computer equipment and a storage medium, wherein a server receives a pipeline request sent by a user terminal, the pipeline request carries a pipeline identifier, the server is provided with a flow configuration corresponding to the pipeline identifier, and the flow configuration comprises the following steps: remote host node and remote protocol connection information; establishing communication with a remote host node according to the remote host node and the remote protocol connection information in the process configuration; obtaining a plurality of pipeline commands corresponding to the pipeline identifications; respectively sending the pipeline commands to corresponding remote host nodes so that the remote host nodes execute the corresponding pipeline commands; and receiving the execution result returned by each remote host node so as to complete the continuous integration and continuous delivery of the system. As can be seen, in the above manner, since the pipeline command is executed by a plurality of remote host nodes, the task amount of each remote host node becomes small; the relationship between the pipeline identification and the flow configuration is established, so that different pipeline commands are executed by different remote host nodes, and the hosts distributed to execute the pipeline commands can better execute the pipeline commands; finally, the server is configured with connection information of different remote host nodes, so that the remote host nodes can be connected to realize management on the remote host nodes.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Wherein:
FIG. 1 is a schematic illustration of a continuous integration and continuous delivery system in one embodiment;
FIG. 2 is a flow chart illustrating an implementation of the persistent integration and persistent delivery method in one embodiment;
FIG. 3 is a flow chart illustrating an implementation of the persistent integration and persistent delivery method in one embodiment;
FIG. 4 is a flow chart illustrating an implementation of the persistent integration and persistent delivery method in one embodiment;
FIG. 5 is a flow chart illustrating an implementation of the persistent integration and persistent delivery method in one embodiment;
FIG. 6 is a flow chart illustrating an implementation of a persistent integration and persistent delivery method in one embodiment;
FIG. 7 is a block diagram of a continuous integration and continuous delivery apparatus in one embodiment;
FIG. 8 is a block diagram of a computer device in one embodiment.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. 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.
As shown in FIG. 1, in one embodiment, a method for continuous integration and continuous delivery is provided for use in a continuous integration and continuous delivery system, such as the system described in FIG. 1, comprising a user terminal, a server, and a remote host node. The user terminal comprises a terminal capable of displaying a webpage, and specifically, the user terminal comprises but is not limited to a mobile phone, a tablet, a notebook computer and a desktop computer; the server comprises a high-performance computer or a high-performance computer cluster; the remote host node comprises a desktop computer or a high-performance computer. The execution subject of the continuous integration and continuous delivery method according to the embodiment of the present invention is a device capable of implementing the continuous integration and continuous delivery method according to the embodiment of the present invention, and the device includes a server in a continuous integration and continuous delivery system. Specifically, as shown in fig. 2, the continuous integration and continuous delivery method according to the embodiment of the present invention includes the following steps:
202, a server receives a pipeline request sent by a user terminal, where the pipeline request carries a pipeline identifier, and a flow configuration corresponding to the pipeline identifier is configured in the server, where the flow configuration includes: remote host node and remote protocol connection information.
Wherein the pipeline request indicates that there are multiple tasks to be performed by the remote host node.
The pipeline identifier is used for uniquely identifying one type of pipeline request. In the embodiment of the invention, the corresponding relation between the pipeline identification and the process configuration is also established, so that when the server acquires the pipeline request sent by the user terminal, the corresponding process configuration can be determined according to the pipeline identification, and the pipeline command is sent to the remote host node to be executed according to the process configuration.
The process configuration comprises a remote host node for executing the pipeline command and remote protocol connection information connected with the remote host node. The server establishes flow configuration corresponding to the pipeline identification in various pipeline requests in advance, so that when the pipeline requests are received subsequently, the flow configuration can be determined directly according to the pipeline identification, and the remote host node is controlled to execute the pipeline command.
Wherein, the remote host node is a host node executing the pipeline command. It can be understood that the user terminal sends a pipeline request to the server, and when receiving the pipeline request sent by the user terminal, the server determines a pipeline command to be executed according to a pipeline identifier carried in the pipeline request, and then sends the pipeline command to a corresponding remote host node for execution.
The remote protocol connection information is information required for the server to connect to the remote host node, for example, network port information.
And step 204, establishing communication with the remote host node according to the remote host node in the process configuration and the remote protocol connection information.
Because the remote host node and the remote protocol connection information are set in the process configuration, at this time, the communication with the remote host node can be directly established according to the remote protocol connection information in the process configuration.
At step 206, a plurality of pipeline commands corresponding to the pipeline identifications are obtained.
The pipeline command is a command which needs to be executed by a remote host node. The server establishes a corresponding relation between the pipeline identification and the pipeline command identification in advance, one pipeline identification corresponds to a plurality of pipeline command identifications, and each pipeline command identification is used for identifying one pipeline command, so that a plurality of pipeline commands can be acquired according to the pipeline identification.
Step 208, sending the pipeline commands to the corresponding remote host nodes respectively, so that the remote host nodes execute the corresponding pipeline commands.
Optionally, a plurality of pipeline commands are sent to the same remote host node, so that the remote host node executes the plurality of pipeline commands.
Optionally, the plurality of pipeline commands are sent to two or more remote host nodes, and each remote host node executes at least one of the plurality of pipeline commands.
And step 210, receiving the execution result returned by each remote host node so as to complete the continuous integration and continuous delivery of the system.
After each remote host node executes the corresponding pipeline command, the execution result corresponding to the pipeline command is obtained, and the remote host node returns the execution result of the pipeline command to the server, so that the continuous integration and continuous delivery of the system are completed.
Wherein the execution result comprises a display result and/or a download result. The display result indicates that the server needs to send the obtained display result to the user terminal so that the user terminal can display the display result; and the downloading result indicates that the server needs to store the obtained downloading result, and simultaneously sends the link information corresponding to the downloading result to the user terminal, so that the user terminal can link the server to download the downloading result when the user terminal needs to check the downloading result.
As shown in fig. 3, the execution result includes a display result and a download result; after the step 210 of receiving the execution result returned by each of the remote host nodes, the method further includes:
step 212, if the execution result includes a display result, sending the display result to the user terminal to instruct the user terminal to display the display result.
For example, when the execution result obtained by the server includes a display result, the server establishes a WebSocket connection with the user terminal, so that the display result is sent to the user terminal to display the display result.
Step 214, if the execution result includes a download result, storing the download result so that the user terminal can download the download result.
For example, when the execution result obtained by the server includes a download result, the download result is stored in a certain storage area in the server, and when the user needs to download the download result, an HTTP connection is established with the server through the user terminal, so that the download result is obtained from the server.
In the continuous integration and continuous delivery method, the server receives a pipeline request sent by the user terminal, the pipeline request carries a pipeline identifier, and the server is configured with a process configuration corresponding to the pipeline identifier, where the process configuration includes: remote host node and remote protocol connection information; establishing communication with a remote host node according to the remote host node and the remote protocol connection information in the process configuration; obtaining a plurality of pipeline commands corresponding to the pipeline identifications; respectively sending the pipeline commands to corresponding remote host nodes so that the remote host nodes execute the corresponding pipeline commands; and receiving the execution result returned by each remote host node so as to complete the continuous integration and continuous delivery of the system. Therefore, in the above manner, since the pipeline command is executed by a plurality of remote host nodes, the task amount of each host node becomes small; the relationship between the pipeline identification and the flow configuration is established, so that different pipeline commands are executed by different remote host nodes, and the hosts distributed to execute the pipeline commands can better execute the pipeline commands; finally, the server is configured with connection information of different remote host nodes, so that the remote host nodes can be connected to realize management on the remote host nodes.
In one embodiment, the flow configuration corresponding to the pipeline identifier is determined according to the request type corresponding to the pipeline request.
The request type indicates the type of the pipeline request, and the request type can be determined according to various ways.
Illustratively, the request type is determined according to the type of the user terminal. For example, if the user terminal is a mobile phone, the request type is a mobile phone request type, a pipeline request of the mobile phone request type is processed by the remote host node a, and then a pipeline identifier corresponding to the pipeline request of the mobile phone request type is shoujiqiingqiu, which indicates that a command corresponding to the pipeline request is processed by the remote host node a, and then a flow corresponding to the determined pipeline identifier is configured as remote protocol connection information corresponding to the remote host node a; if the user terminal is a desktop computer, the request type is a desktop request type, the pipeline request of the desktop request type is processed by the remote host node B, then a pipeline identifier corresponding to the pipeline request of the desktop request type is staishiqingqiu, which indicates that a command corresponding to the pipeline request is processed by the remote host node B, and then a flow corresponding to the determined pipeline identifier is configured as remote protocol connection information corresponding to the remote host node B.
Illustratively, since the pipeline command can be determined based on the pipeline identifier in the pipeline request, the pipeline identifier indicates the task that the pipeline request needs to execute, and the request type can be determined based on the pipeline identifier. For example, if the pipeline identifier is LS _1, the corresponding pipeline commands are commands a and B, and thus the request type is determined to be T1 type, since the remote host node 1 is more suitable for executing tasks of T1 type than the remote host node 2, then the flow corresponding to the determined pipeline identifier is configured as the remote protocol connection information corresponding to the remote host node 1; if the pipeline identifier is LS _2, the corresponding pipeline commands are commands C and D, and thus the request type is determined to be T2 type, since the remote host node 2 is more suitable for executing tasks of T2 type than the remote host node 1, then the flow corresponding to the determined pipeline identifier is configured as the remote protocol connection information corresponding to the remote host node 2.
The server stores a type flow table, which records the corresponding relationship between the request type and the flow configuration, and as shown in table 1, when the server receives the flow line request, the flow configuration corresponding to the flow line identifier can be determined according to the request type of the flow line request. As can be seen from Table 1, one remote host node can perform pipelined tasks for multiple request types.
TABLE 1
Figure BDA0002237582560000111
In one embodiment, as shown in FIG. 4, a method of continuous integration and continuous delivery is provided. The continuous integration and continuous delivery method of the embodiment of the invention realizes the scheme that a plurality of remote host nodes process a pipeline request. The continuous integration and continuous delivery method according to the embodiment of the present invention is different from the continuous integration and continuous delivery method according to the above embodiment in the steps 408 and 410, which are described as follows.
Step 408, obtaining a flow configuration corresponding to each pipeline command.
The server establishes a corresponding relationship between the pipeline command and the flow configuration in advance, as shown in table 2, so that after the pipeline command is determined, the flow configuration corresponding to the pipeline command can be acquired. It should be noted that, because different remote host nodes have different processing capabilities for different commands, different pipeline commands are sent to different remote host nodes for processing.
TABLE 2
Figure BDA0002237582560000112
Figure BDA0002237582560000121
At step 410, the pipeline commands are sent to the corresponding remote host nodes according to the flow configuration corresponding to each pipeline command.
And the flow configuration corresponding to the pipeline command is acquired, so that the remote connection with the remote host node can be established according to the flow configuration, and the pipeline command is sent to the corresponding remote host node.
In one embodiment, the flow configuration further includes a connection time; the sending 410 of the pipeline command to the corresponding remote host node according to the flow configuration corresponding to each pipeline command includes:
in step 410A, the connection time corresponding to each pipeline command is obtained from the flow configuration corresponding to each pipeline command.
The connection time is the time for executing the pipeline command, and the server sends the pipeline command to the remote host node only when the connection time is up, so that the remote host node executes the pipeline command. By setting the connection time corresponding to the pipeline command in the flow configuration, the pipeline task is executed in stages according to time.
And step 410B, sending the pipeline command to the corresponding remote host node according to the connection time corresponding to each pipeline command.
When the connection time arrives, the server sends the pipeline command to the corresponding remote host node so that the pipeline command is executed by the server.
In one embodiment, as shown in FIG. 5, a method of continuous integration and continuous delivery is provided. The continuous integration and continuous delivery method of the embodiment of the invention realizes a safe communication scheme between the server and the remote host node. In the embodiment of the present invention, the remote protocol connection information includes a login account and a password. The continuous integration and continuous delivery method according to the embodiment of the present invention is different from the continuous integration and continuous delivery method according to the above embodiment in the steps 508 to 514, which are described as follows.
And step 508, obtaining a login account and a login password corresponding to the pipeline command from the remote protocol connection information.
The login account is the account of the remote host node to be logged in; the login password is a password corresponding to the login account of the remote host node to be logged in.
In the embodiment of the invention, the server sets the login account and the login password corresponding to the pipeline command in the remote protocol connection information in advance, one remote node host corresponds to a pair of the login account and the login password, and the login account and the login password corresponding to the pipeline command are set in advance, so that after the pipeline command is determined, the login account and the login password can be used for realizing security verification.
Step 510, sending the login account and the login password to a remote host node executing the pipeline command, so that the remote host node verifies the login account and the login password.
After receiving the login account and the login password, the remote node verifies the login account and the login password sent by the server with the login account and the login password of the remote node to obtain a verification result, and returns the verification result to the server.
Step 512, obtaining the verification result of the login account and the login password returned by the remote host node.
And after the remote host node verifies the login account and the login password, the remote host node returns a verification result to the server. If the verification result is that the login account and the login password sent by the server are the same as the login account and the login password of the server, the verification is passed; if the verification result is that the login account and the login password sent by the server are different from the login account and the login password of the server, the verification fails.
And 514, if the verification is passed, respectively sending the pipeline commands to the corresponding remote host nodes.
When the verification is passed, the server sends the pipeline command to the corresponding remote host node, otherwise, if the verification fails, even if the server sends the pipeline command to the remote host node, the remote host node cannot process the pipeline command sent by the server for the safety of the system, and the server cannot obtain the execution result of the remote host node, thereby causing the waste of time.
In one embodiment, as shown in FIG. 6, a method of continuous integration and continuous delivery is provided. The continuous integration and continuous delivery method of the embodiment of the invention realizes a safe communication scheme between the server and the remote host node. In an embodiment of the present invention, the remote protocol connection information includes a private key. The continuous integration and continuous delivery method according to the embodiment of the present invention is different from the continuous integration and continuous delivery method according to the above embodiment in the following steps 608 to 612.
Step 608, generating a session request corresponding to each pipeline command, and sending the session request to a corresponding remote host node, so that the corresponding remote host node generates encryption information according to the session request and a public key sent by the server in advance.
Wherein the session request is to instruct the remote host node to generate the encryption information.
The method comprises the steps that a server creates a pair of public keys and private keys in advance, the created public keys are sent to each remote host node, when one remote host node receives a session request sent by the server, the remote host node firstly generates a string of characters, the characters comprise numbers and/or letters and/or symbols (the symbols comprise special symbols), then the public keys sent by the server in advance are used for encrypting the characters, encrypted information is obtained by encrypting the characters, and the encrypted information is returned to the server, so that the server decrypts the encrypted information by using the private keys corresponding to the public keys.
Step 610, obtaining the encrypted information returned by the corresponding remote host node, decrypting the encrypted information by using a private key in the remote protocol connection information to obtain decrypted information, and sending the obtained decrypted information to the corresponding remote host node, so that the corresponding remote host node obtains a verification result according to the encrypted information and the decrypted information.
After receiving the encrypted information returned by the remote host node, the server decrypts the encrypted information by using a pre-created private key, obtains decrypted information (the decrypted information obtained at this time is a character) by decryption, and then sends the decrypted information (namely the character) obtained by decryption to the remote host node, so that the remote host node compares the decrypted information with the character of the encrypted information to obtain a verification result.
After receiving decryption information (characters) sent by the server, the remote host node compares the decryption information (characters) sent by the server with characters in the encryption information, and if the comparison result is that the characters sent by the server are the same as the characters in the encryption information, the verification result is that the verification is passed; and if the comparison result is that the characters sent by the server are different from the characters in the encrypted information, the verification result is verification failure. After obtaining the verification result, the remote host node returns the verification result to the server to indicate whether the server sends the pipeline command.
Step 612, if the verification result returned by the corresponding remote host node is that the verification is passed, the pipeline commands are respectively sent to the corresponding remote host nodes.
If the verification result returned by the corresponding remote host node is that the verification is passed, the server sends the pipeline command to the remote host node so that the remote host node executes the pipeline command; if the verification result returned by the corresponding remote host node is verification failure, the server does not send the pipeline command to the remote host node, so that the remote host node ignores the pipeline command sent by the server due to the verification failure, and at this moment, the server needs to initiate a session instruction again according to the verification result of the verification failure.
To better illustrate the persistent integration and persistent delivery method according to the embodiment of the present invention, as shown in fig. 1, a persistent integration and persistent delivery system is provided, which includes a user terminal, a server, and a remote host node. The user terminal is used for sending a pipeline request to the server, wherein the pipeline request carries a pipeline identifier; after receiving a pipeline request sent by a user terminal, a server establishes communication with a remote host node according to the remote host node and the remote protocol connection information in the process configuration, and acquires a plurality of pipeline commands corresponding to the pipeline identification so as to send the pipeline commands to the corresponding remote host nodes and enable the remote host nodes to execute the corresponding pipeline commands; before sending a pipeline command to a corresponding remote host node, in order to ensure communication safety, a server needs to send a session request to the remote host node in advance; the method comprises the steps that after receiving a session request sent by a server, a remote host node firstly generates a random character, then acquires a public key sent by the server in advance, finally encrypts the random character by using the public key to generate encryption information, and sends the generated encryption information to the server; the server receives the encrypted information sent by the remote host node, decrypts the encrypted information by using the private key to obtain decrypted information, and sends the obtained decrypted information to the remote host node; after receiving the decryption information, the remote host node compares the encryption information with the decryption information, if the comparison result is that the characters of the decryption information are the same as those of the encryption information, the verification result that the verification is passed is obtained, if the comparison result is that the characters of the decryption information are different from those of the encryption information, the verification result that the verification is failed is obtained, and the verification result is returned to the server; the server receives a verification result returned by the remote host node, and if the verification is passed, the server sends the pipeline command to the remote host node; the remote host node receives the pipeline command sent by the server, executes the pipeline command, obtains an execution result of the pipeline command, the execution result comprises a display result and a download result, and sends the execution result to the server; and the server receives the execution result, if the execution result is a display result, the display result is sent to the user terminal, if the execution result is a downloading result, the downloading result is stored, and a downloading link is sent to the user terminal so as to facilitate the downloading of the user terminal.
As shown in fig. 7, there is provided a continuous integration and continuous delivery apparatus 700, which specifically includes:
a request receiving module 702, configured to receive a pipeline request sent by a user terminal, where the pipeline request carries a pipeline identifier, and the server is configured with a flow configuration corresponding to the pipeline identifier, where the flow configuration includes: remote host node and remote protocol connection information;
a communication establishing module 704, configured to establish communication with a remote host node according to the remote host node in the process configuration and the remote protocol connection information;
a command obtaining module 706, configured to obtain a plurality of pipeline commands corresponding to the pipeline identifier;
a command sending module 708, configured to send the pipeline commands to corresponding remote host nodes, respectively, so that the remote host nodes execute the corresponding pipeline commands;
and a result receiving module 710, configured to receive the execution result returned by each of the remote host nodes, so as to complete continuous integration and continuous delivery of the system.
The continuous integration and continuous delivery device receives a pipeline request sent by a user terminal, wherein the pipeline request carries a pipeline identifier, and a flow configuration corresponding to the pipeline identifier is configured in the server, and the flow configuration comprises: remote host node and remote protocol connection information; establishing communication with a remote host node according to the remote host node and the remote protocol connection information in the process configuration; obtaining a plurality of pipeline commands corresponding to the pipeline identifications; respectively sending the pipeline commands to corresponding remote host nodes so that the remote host nodes execute the corresponding pipeline commands; and receiving the execution result returned by each remote host node so as to complete the continuous integration and continuous delivery of the system. Therefore, in the above manner, since the pipeline command is executed by a plurality of remote host nodes, the task amount of each host node becomes small; the relationship between the pipeline identification and the flow configuration is established, so that different pipeline commands are executed by different remote host nodes, and the hosts distributed to execute the pipeline commands can better execute the pipeline commands; finally, the server is configured with connection information of different remote host nodes, so that the remote host nodes can be connected to realize management on the remote host nodes.
In one embodiment, the command sending module 708 includes: the command configuration module is used for acquiring the flow configuration corresponding to each pipeline command; and the command configuration sending module is used for sending the pipeline commands to the corresponding remote host nodes according to the flow configuration corresponding to each pipeline command.
In one embodiment, the flow configuration further includes a connection time; the command configuration sending module comprises: the time acquisition module is used for acquiring the connection time corresponding to each pipeline command from the flow configuration corresponding to each pipeline command; and the time sending module is used for sending the pipeline commands to the corresponding remote host nodes according to the connection time corresponding to each pipeline command.
In one embodiment, the execution result includes a display result and a download result; the apparatus 700, further comprising: the display module is used for sending the display result to the user terminal to indicate the user terminal to display the display result if the execution result comprises the display result; and the downloading module is used for storing the downloading result if the execution result comprises the downloading result so as to facilitate the user terminal to download the downloading result.
In one embodiment, the remote protocol connection information includes a login account number and a password; the command sending module 708 includes: the account password acquisition module is used for acquiring a login account and a login password corresponding to the pipeline command from the remote protocol connection information; the account password sending module is used for sending the login account and the login password to a remote host node executing the pipeline command so that the remote host node verifies the login account and the login password; the account password verification module is used for obtaining the verification result of the login account and the login password returned by the remote host node; and the verification passing module is used for respectively sending the pipeline commands to the corresponding remote host nodes if the verification passes.
In one embodiment, the remote protocol connection information includes a private key; the command sending module 708 includes: the session request generation module is used for generating a session request corresponding to each pipeline command and sending the session request to a corresponding remote host node so that the corresponding remote host node generates encryption information according to the session request and a public key sent by a server in advance; the verification result acquisition module is used for acquiring the encrypted information returned by the corresponding remote host node, decrypting the encrypted information by using a private key in remote protocol connection information to obtain decrypted information, and sending the obtained decrypted information to the corresponding remote host node so that the corresponding remote host node obtains a verification result according to the encrypted information and the decrypted information; and the key verification passing module is used for respectively sending the pipeline commands to the corresponding remote host nodes if the verification result returned by the corresponding remote host nodes is verification passing.
In one embodiment, the apparatus 700 further comprises: and the configuration determining module is used for determining the flow configuration corresponding to the pipeline identification according to the request type corresponding to the pipeline request.
FIG. 8 is a diagram illustrating an internal structure of a computer device in one embodiment. The computer device may specifically be a server. As shown in fig. 8, the computer device includes a processor, a memory, and a network interface connected by a system bus. Wherein the memory includes a non-volatile storage medium and an internal memory. The non-volatile storage medium of the computer device stores an operating system and may also store a computer program that, when executed by the processor, causes the processor to implement the persistent integration and persistent delivery method. The internal memory may also have stored therein a computer program that, when executed by the processor, causes the processor to perform the persistent integration and persistent delivery methods. Those skilled in the art will appreciate that the architecture shown in fig. 8 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, the continuous integration and continuous delivery method provided by the present application may be implemented in the form of a computer program that is executable on a computer device such as the one shown in fig. 8. The memory of the computer device may store therein the various program templates that make up the continuous integration and continuous delivery apparatus. Such as a request receiving module 702, a communication establishing module 704, and a command obtaining module 706.
A computer device comprising a memory and a processor, the memory storing a computer program that, when executed by the processor, causes the processor to perform the steps of:
receiving a pipeline request sent by a user terminal, wherein the pipeline request carries a pipeline identifier, and a process configuration corresponding to the pipeline identifier is configured in the server, and the process configuration comprises: remote host node and remote protocol connection information;
establishing communication with a remote host node according to the remote host node and the remote protocol connection information in the process configuration;
obtaining a plurality of pipeline commands corresponding to the pipeline identifications;
respectively sending the pipeline commands to corresponding remote host nodes so that the remote host nodes execute the corresponding pipeline commands;
and receiving the execution result returned by each remote host node so as to complete the continuous integration and continuous delivery of the system.
The computer device receives a pipeline request sent by a user terminal, where the pipeline request carries a pipeline identifier, and the server is configured with a process configuration corresponding to the pipeline identifier, where the process configuration includes: remote host node and remote protocol connection information; establishing communication with a remote host node according to the remote host node and the remote protocol connection information in the process configuration; obtaining a plurality of pipeline commands corresponding to the pipeline identifications; respectively sending the pipeline commands to corresponding remote host nodes so that the remote host nodes execute the corresponding pipeline commands; and receiving the execution result returned by each remote host node so as to complete the continuous integration and continuous delivery of the system. Therefore, in the above manner, since the pipeline command is executed by a plurality of remote host nodes, the task amount of each host node becomes small; the relationship between the pipeline identification and the flow configuration is established, so that different pipeline commands are executed by different remote host nodes, and the hosts distributed to execute the pipeline commands can better execute the pipeline commands; finally, the server is configured with connection information of different remote host nodes, so that the remote host nodes can be connected to realize management on the remote host nodes.
In one embodiment, said sending said pipeline commands to respective remote host nodes comprises: acquiring a flow configuration corresponding to each pipeline command; and sending the pipeline commands to the corresponding remote host nodes according to the flow configuration corresponding to each pipeline command.
In one embodiment, the flow configuration further includes a connection time; the sending the pipeline commands to the corresponding remote host nodes according to the flow configuration corresponding to each pipeline command includes: acquiring connection time corresponding to each pipeline command from the flow configuration corresponding to each pipeline command; and sending the pipeline command to the corresponding remote host node according to the connection time corresponding to each pipeline command.
In one embodiment, the execution result includes a display result and a download result; the computer program, when executed by the processor, is further configured to: after receiving the execution results returned by each remote host node, if the execution results comprise display results, sending the display results to the user terminal to instruct the user terminal to display the display results; and if the execution result comprises a downloading result, storing the downloading result so that the user terminal can download the downloading result.
In one embodiment, the remote protocol connection information includes a login account number and a password; the sending the pipeline commands to the corresponding remote host nodes respectively comprises: acquiring a login account and a login password corresponding to the pipeline command from the remote protocol connection information; sending the login account and the login password to a remote host node executing the pipeline command so that the remote host node verifies the login account and the login password; obtaining the verification result of the login account and the login password returned by the remote host node; and if the verification is passed, respectively sending the pipeline commands to the corresponding remote host nodes.
In one embodiment, the remote protocol connection information includes a private key; the sending the pipeline commands to the corresponding remote host nodes respectively comprises: generating a session request corresponding to each pipeline command, and sending the session request to a corresponding remote host node so that the corresponding remote host node generates encryption information according to the session request and a public key sent by a server in advance; acquiring encrypted information returned by the corresponding remote host node, decrypting the encrypted information by using a private key in remote protocol connection information to obtain decrypted information, and sending the obtained decrypted information to the corresponding remote host node so that the corresponding remote host node obtains a verification result according to the encrypted information and the decrypted information; and if the verification result returned by the corresponding remote host node is that the verification is passed, respectively sending the pipeline commands to the corresponding remote host nodes.
In one embodiment, the flow configuration corresponding to the pipeline identifier is determined according to the request type corresponding to the pipeline request.
In one embodiment, a computer-readable storage medium is proposed, in which a computer program is stored which, when executed by a processor, causes the processor to carry out the steps of:
receiving a pipeline request sent by a user terminal, wherein the pipeline request carries a pipeline identifier, and a process configuration corresponding to the pipeline identifier is configured in the server, and the process configuration comprises: remote host node and remote protocol connection information;
establishing communication with a remote host node according to the remote host node and the remote protocol connection information in the process configuration;
obtaining a plurality of pipeline commands corresponding to the pipeline identifications;
respectively sending the pipeline commands to corresponding remote host nodes so that the remote host nodes execute the corresponding pipeline commands;
and receiving the execution result returned by each remote host node so as to complete the continuous integration and continuous delivery of the system.
The computer-readable storage medium receives a pipeline request sent by a user terminal, where the pipeline request carries a pipeline identifier, and the server is configured with a process configuration corresponding to the pipeline identifier, where the process configuration includes: remote host node and remote protocol connection information; establishing communication with a remote host node according to the remote host node and the remote protocol connection information in the process configuration; obtaining a plurality of pipeline commands corresponding to the pipeline identifications; respectively sending the pipeline commands to corresponding remote host nodes so that the remote host nodes execute the corresponding pipeline commands; and receiving the execution result returned by each remote host node so as to complete the continuous integration and continuous delivery of the system. Therefore, in the above manner, since the pipeline command is executed by a plurality of remote host nodes, the task amount of each host node becomes small; the relationship between the pipeline identification and the flow configuration is established, so that different pipeline commands are executed by different remote host nodes, and the hosts distributed to execute the pipeline commands can better execute the pipeline commands; finally, the server is configured with connection information of different remote host nodes, so that the remote host nodes can be connected to realize management on the remote host nodes.
In one embodiment, said sending said pipeline commands to respective remote host nodes comprises: acquiring a flow configuration corresponding to each pipeline command; and sending the pipeline commands to the corresponding remote host nodes according to the flow configuration corresponding to each pipeline command.
In one embodiment, the flow configuration further includes a connection time; the sending the pipeline commands to the corresponding remote host nodes according to the flow configuration corresponding to each pipeline command includes: acquiring connection time corresponding to each pipeline command from the flow configuration corresponding to each pipeline command; and sending the pipeline command to the corresponding remote host node according to the connection time corresponding to each pipeline command.
In one embodiment, the execution result includes a display result and a download result; the computer program, when executed by the processor, is further configured to: after receiving the execution results returned by each remote host node, if the execution results comprise display results, sending the display results to the user terminal to instruct the user terminal to display the display results; and if the execution result comprises a downloading result, storing the downloading result so that the user terminal can download the downloading result.
In one embodiment, the remote protocol connection information includes a login account number and a password; the sending the pipeline commands to the corresponding remote host nodes respectively comprises: acquiring a login account and a login password corresponding to the pipeline command from the remote protocol connection information; sending the login account and the login password to a remote host node executing the pipeline command so that the remote host node verifies the login account and the login password; obtaining the verification result of the login account and the login password returned by the remote host node; and if the verification is passed, respectively sending the pipeline commands to the corresponding remote host nodes.
In one embodiment, the remote protocol connection information includes a private key; the sending the pipeline commands to the corresponding remote host nodes respectively comprises: generating a session request corresponding to each pipeline command, and sending the session request to a corresponding remote host node so that the corresponding remote host node generates encryption information according to the session request and a public key sent by a server in advance; acquiring encrypted information returned by the corresponding remote host node, decrypting the encrypted information by using a private key in remote protocol connection information to obtain decrypted information, and sending the obtained decrypted information to the corresponding remote host node so that the corresponding remote host node obtains a verification result according to the encrypted information and the decrypted information; and if the verification result returned by the corresponding remote host node is that the verification is passed, respectively sending the pipeline commands to the corresponding remote host nodes.
In one embodiment, the flow configuration corresponding to the pipeline identifier is determined according to the request type corresponding to the pipeline request.
It should be noted that the above-mentioned continuous integration and continuous delivery method, continuous integration and continuous delivery system, continuous integration and continuous delivery apparatus, computer device and computer readable storage medium belong to a general inventive concept, and the contents of the embodiments of the continuous integration and continuous delivery method, the continuous integration and continuous delivery system, the continuous integration and continuous delivery apparatus, the computer device and the computer readable storage medium are mutually applicable.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a non-volatile computer-readable storage medium, and can include the processes of the embodiments of the methods described above when the program is executed. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present application. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A continuous integration and continuous delivery method is applied to a continuous integration and continuous delivery system, and is characterized in that the system comprises: a user terminal, a server, and a remote host node, the method comprising:
a server receives a pipeline request sent by a user terminal, wherein the pipeline request carries a pipeline identifier, a flow configuration corresponding to the pipeline identifier is configured in the server, and the flow configuration comprises the following steps: remote host node and remote protocol connection information;
establishing communication with a remote host node according to the remote host node and the remote protocol connection information in the process configuration;
obtaining a plurality of pipeline commands corresponding to the pipeline identifications;
respectively sending the pipeline commands to corresponding remote host nodes so that the remote host nodes execute the corresponding pipeline commands;
and receiving the execution result returned by each remote host node so as to complete the continuous integration and continuous delivery of the system.
2. The method of claim 1, wherein said sending the pipeline commands to respective remote host nodes comprises:
acquiring a flow configuration corresponding to each pipeline command;
and sending the pipeline commands to the corresponding remote host nodes according to the flow configuration corresponding to each pipeline command.
3. The method of claim 2, wherein the flow configuration further includes a connection time;
the sending the pipeline commands to the corresponding remote host nodes according to the flow configuration corresponding to each pipeline command includes:
acquiring connection time corresponding to each pipeline command from the flow configuration corresponding to each pipeline command;
and sending the pipeline command to the corresponding remote host node according to the connection time corresponding to each pipeline command.
4. The method of claim 1, wherein the execution results include display results and download results; after the receiving the execution result returned by each of the remote host nodes, further comprising:
if the execution result comprises a display result, sending the display result to the user terminal to indicate the user terminal to display the display result;
and if the execution result comprises a downloading result, storing the downloading result so that the user terminal can download the downloading result.
5. The method of claim 1, wherein the remote protocol connection information includes a login account number and a password;
the sending the pipeline commands to the corresponding remote host nodes respectively comprises:
acquiring a login account and a login password corresponding to the pipeline command from the remote protocol connection information;
sending the login account and the login password to a remote host node executing the pipeline command so that the remote host node verifies the login account and the login password;
obtaining the verification result of the login account and the login password returned by the remote host node;
and if the verification is passed, respectively sending the pipeline commands to the corresponding remote host nodes.
6. The method of claim 1, wherein the remote protocol connection information comprises a private key;
the sending the pipeline commands to the corresponding remote host nodes respectively comprises:
generating a session request corresponding to each pipeline command, and sending the session request to a corresponding remote host node so that the corresponding remote host node generates encryption information according to the session request and a public key sent by a server in advance;
acquiring encrypted information returned by the corresponding remote host node, decrypting the encrypted information by using a private key in remote protocol connection information to obtain decrypted information, and sending the obtained decrypted information to the corresponding remote host node so that the corresponding remote host node obtains a verification result according to the encrypted information and the decrypted information;
and if the verification result returned by the corresponding remote host node is that the verification is passed, respectively sending the pipeline commands to the corresponding remote host nodes.
7. The method of any of claims 1 to 6, wherein the flow configuration corresponding to the pipeline identifier is determined according to the request type corresponding to the pipeline request.
8. A continuous integration and continuous delivery apparatus, comprising:
a request receiving module, configured to receive a pipeline request sent by a user terminal, where the pipeline request carries a pipeline identifier, and a server is configured with a flow configuration corresponding to the pipeline identifier, where the flow configuration includes: remote host node and remote protocol connection information;
the communication establishing module is used for establishing communication with the remote host node according to the remote host node in the process configuration and the remote protocol connection information;
the command acquisition module is used for acquiring a plurality of pipeline commands corresponding to the pipeline identifications;
the command sending module is used for respectively sending the pipeline commands to corresponding remote host nodes so as to enable the remote host nodes to execute the corresponding pipeline commands;
and the result receiving module is used for receiving the execution result returned by each remote host node so as to complete the continuous integration and continuous delivery of the system.
9. A computer device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, wherein the processor when executing the computer program implements the steps of the method for continuous integration and continuous delivery according to any one of claims 1 to 7.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method for continuous integration and continuous delivery according to any one of claims 1 to 7.
CN201910988854.8A 2019-10-17 2019-10-17 Continuous integration and continuous delivery method, device, computer equipment and storage medium Pending CN110837373A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910988854.8A CN110837373A (en) 2019-10-17 2019-10-17 Continuous integration and continuous delivery method, device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910988854.8A CN110837373A (en) 2019-10-17 2019-10-17 Continuous integration and continuous delivery method, device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN110837373A true CN110837373A (en) 2020-02-25

Family

ID=69575424

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910988854.8A Pending CN110837373A (en) 2019-10-17 2019-10-17 Continuous integration and continuous delivery method, device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110837373A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113297081A (en) * 2021-05-26 2021-08-24 北京京东振世信息技术有限公司 Execution method and device of continuous integration assembly line
CN114172904A (en) * 2021-12-02 2022-03-11 上海众源网络有限公司 Jenkins information processing method and device, electronic equipment and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103561044A (en) * 2013-11-20 2014-02-05 无锡儒安科技有限公司 Data transmission method and data transmission system
CN108399082A (en) * 2017-02-08 2018-08-14 中兴通讯股份有限公司 A kind of generation method and system of continuous integrating assembly line
CN108549536A (en) * 2018-03-29 2018-09-18 上海嘉银金融科技股份有限公司 A kind of continuous integrating continues delivery system
CN109150910A (en) * 2018-10-11 2019-01-04 平安科技(深圳)有限公司 Log in token generation and verification method, device and storage medium
CN109684215A (en) * 2018-12-25 2019-04-26 中国科学院电子学研究所苏州研究院 A kind of automated software Quality System Review and iteratively faster method
CN109783090A (en) * 2019-01-18 2019-05-21 成都宝瓜科技有限公司 A kind of method for visualizing, device and server for persistently delivering
CN110321113A (en) * 2019-07-09 2019-10-11 苏宁消费金融有限公司 Using project batch as the integrated pipeline system and its working method of standard

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103561044A (en) * 2013-11-20 2014-02-05 无锡儒安科技有限公司 Data transmission method and data transmission system
CN108399082A (en) * 2017-02-08 2018-08-14 中兴通讯股份有限公司 A kind of generation method and system of continuous integrating assembly line
CN108549536A (en) * 2018-03-29 2018-09-18 上海嘉银金融科技股份有限公司 A kind of continuous integrating continues delivery system
CN109150910A (en) * 2018-10-11 2019-01-04 平安科技(深圳)有限公司 Log in token generation and verification method, device and storage medium
CN109684215A (en) * 2018-12-25 2019-04-26 中国科学院电子学研究所苏州研究院 A kind of automated software Quality System Review and iteratively faster method
CN109783090A (en) * 2019-01-18 2019-05-21 成都宝瓜科技有限公司 A kind of method for visualizing, device and server for persistently delivering
CN110321113A (en) * 2019-07-09 2019-10-11 苏宁消费金融有限公司 Using project batch as the integrated pipeline system and its working method of standard

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113297081A (en) * 2021-05-26 2021-08-24 北京京东振世信息技术有限公司 Execution method and device of continuous integration assembly line
CN114172904A (en) * 2021-12-02 2022-03-11 上海众源网络有限公司 Jenkins information processing method and device, electronic equipment and storage medium
CN114172904B (en) * 2021-12-02 2024-02-13 上海众源网络有限公司 Jenkins information processing method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN111949953B (en) Identity authentication method, system and device based on block chain and computer equipment
CN109347835B (en) Information transmission method, client, server, and computer-readable storage medium
CN107404461B (en) Data secure transmission method, client and server method, device and system
EP3232634B1 (en) Identity authentication method and device
CN109462602B (en) Login information storage method, login verification method, device, equipment and medium
WO2016201732A1 (en) Virtual sim card parameter management method, mobile terminal, and server
TW201706900A (en) Method and device for authentication using dynamic passwords
CN110661748B (en) Log encryption method, log decryption method and log encryption device
CN110535641B (en) Key management method and apparatus, computer device, and storage medium
US11394543B2 (en) System and method for secure sensitive data storage and recovery
CN110213247B (en) Method and system for improving safety of pushed information
CN109347813B (en) Internet of things equipment login method and system, computer equipment and storage medium
CN112637156B (en) Key distribution method, device, computer equipment and storage medium
CN110955721B (en) Block link point state maintenance method and device, computer equipment and storage medium
CN111404892B (en) Data supervision method and device and server
CN104767766A (en) Web Service interface verification method, Web Service server and client side
CN110837373A (en) Continuous integration and continuous delivery method, device, computer equipment and storage medium
CN110581829A (en) Communication method and device
CN111639357A (en) Encryption network disk system and authentication method and device thereof
CN114726872A (en) Data synchronization method and device, computer equipment and storage medium
CN117240625B (en) Tamper-resistant data processing method and device and electronic equipment
CN111181905B (en) File encryption method and device
CN111884810A (en) Transaction signature method, device, mobile terminal and system
CN113742681B (en) Account management method and device, computer equipment and storage medium
CN109639409B (en) Key initialization method, key initialization device, electronic equipment and computer-readable storage medium

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