CN111562942A - Gitlab-based mobile APP continuous integration device and method - Google Patents

Gitlab-based mobile APP continuous integration device and method Download PDF

Info

Publication number
CN111562942A
CN111562942A CN202010361598.2A CN202010361598A CN111562942A CN 111562942 A CN111562942 A CN 111562942A CN 202010361598 A CN202010361598 A CN 202010361598A CN 111562942 A CN111562942 A CN 111562942A
Authority
CN
China
Prior art keywords
gitlab
source code
development source
product
continuous
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010361598.2A
Other languages
Chinese (zh)
Other versions
CN111562942B (en
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202010361598.2A priority Critical patent/CN111562942B/en
Publication of CN111562942A publication Critical patent/CN111562942A/en
Application granted granted Critical
Publication of CN111562942B publication Critical patent/CN111562942B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Abstract

The invention provides a mobile APP continuous integration device and method based on Gitlab, comprising the following steps: the source code hosting module acquires development source codes of the mobile APP, and version management is carried out on the development source codes according to a preset development source code version management strategy; configuring a system environment and a gitlab-runner environment by a continuous integrated operation environment module; carrying out continuous integration operation on the development source code to generate a product; the product version serialization module is used for carrying out product serialization processing on the product; the dynamic naming module dynamically modifies the name of the serialized product; and the product uploading module uploads the serialized product and/or the dynamically modified product to the APP management platform. This scheme is based on current Gitlab technique, and the native integrated component that lasts of using Gitlab deeply: and the Gitlab-runner realizes the full flow communication from the development and submission of the transaction bank APP to the later packing, testing, publishing and deployment.

Description

Gitlab-based mobile APP continuous integration device and method
Technical Field
The invention relates to the technical field of mobile terminal development continuous integration, in particular to a mobile APP continuous integration device and method based on Gitlab.
Background
At present, most mobile APP developments use a Gitlab open source system to host development source codes, and regarding various links of continuous integration after the development source codes are submitted, the development method relies on another technology, Jenkins (an open source software project, a continuous integration tool based on Java development, which is used for monitoring continuous and repeated work and aims to provide an open and easy-to-use software platform to enable continuous integration of software to be possible), however, interaction problems often exist between the Gitlab and Jenkins systems, and Jenkins configuration is complex, so that Jenkins is obviously additionally used for continuous integration on the basis of the Gitlab, and extra learning cost and implicit test time are undoubtedly increased for developers.
Disclosure of Invention
The embodiment of the invention provides a Gitlab-based mobile APP continuous integration device and method, which solve the technical problems of interaction and complex configuration existing in the continuous integration operation for developing source codes by using Gitlab and Jenkins in the prior art.
The embodiment of the invention provides a mobile APP continuous integration device based on Gitlab, which comprises:
the system comprises a source code hosting module, a source code version management module and a mobile APP module, wherein the source code hosting module is used for storing development source codes of the mobile APP obtained from external Gitlab and performing version management on the development source codes according to a preset development source code version management strategy, and the preset development source code version management strategy comprises one or more of construction, packaging, static code inspection and testing of the development source codes and a version management strategy of a product generated by continuous integration operation;
the continuous integrated operation environment module is used for configuring a system environment according to a system form of the mobile APP and configuring a gitlab-runner environment; performing corresponding continuous integration operation on the development source code based on the configured system environment, the gitlab-runner environment and a preset development source code version management strategy to generate a corresponding continuous integrated product;
the product version serialization module is used for carrying out product serialization treatment on the continuous integrated product according to a preset product naming rule to obtain a serialized continuous integrated product;
the dynamic naming module is used for dynamically modifying the names of the serialized continuous integrated products to obtain the dynamically modified continuous integrated products;
and the product uploading module is used for uploading the serialized continuous integrated products and/or the dynamically modified continuous integrated products to the APP management platform.
The embodiment of the invention also provides a mobile APP continuous integration method based on Gitlab, which comprises the following steps:
the method comprises the steps that development source codes of the mobile APP obtained from external Gitlab are subjected to version management according to a preset development source code version management strategy, wherein the preset development source code version management strategy comprises one or more of construction, packaging, static code inspection and testing of the development source codes, and the version management strategy of a product is generated through continuous integration operation;
carrying out system environment configuration according to a system form of the mobile APP, and carrying out configuration of a gitlab-runner environment; performing corresponding continuous integration operation on the development source code based on the configured system environment, the gitlab-runner environment and a preset development source code version management strategy to generate a corresponding continuous integrated product;
performing product serialization treatment on the continuous integrated product according to a preset product naming rule to obtain a serialized continuous integrated product;
dynamically modifying the name of the serialized continuous integrated product to obtain a dynamically modified continuous integrated product;
and uploading the serialized continuous integrated product and/or the dynamically modified continuous integrated product to an APP management platform.
The embodiment of the invention also provides a mobile APP continuous integration system based on the Gitlab, which comprises: the mobile APP based on the Gitlab continuously integrates the device, the external Gitlab and the APP management platform.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the method when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium, and the computer readable storage medium stores a computer program for executing the method.
In the embodiment of the invention, native Gitlab is uniformly used for code management and continuous integration, so that the uniformity and consistency of the process flow are greatly enhanced, the complexity of the product and the maintenance cost are reduced, and the method has high autonomy.
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.
Fig. 1 is a structural block diagram of a mobile APP persistent integration device based on Gitlab according to an embodiment of the present invention;
fig. 2 is a flowchart of a mobile APP persistent integration method based on Gitlab according to an embodiment of the present invention;
fig. 3 is a block diagram of a mobile APP persistent integration system based on Gitlab according to an embodiment of the present invention.
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.
Technical term interpretation:
gitlab: is one of the commonly used open source git code management tools, and with the development, CI/CD solutions have also been introduced.
CI: namely, continuous integration, emphasizes that the construction and unit test are carried out immediately after a developer submits new code.
CD: namely continuous delivery, the integrated code is deployed to be closer to a real operation environment (a production-like environment) on the basis of continuous integration.
In an embodiment of the present invention, a mobile APP persistent integration apparatus based on Gitlab is provided, as shown in fig. 1, including:
the source code hosting module 02 is used for storing development source codes of the mobile APP obtained from external Gitlab and performing version management on the development source codes according to a preset development source code version management strategy, wherein the preset development source code version management strategy comprises one or more of constructing, packaging, checking static codes and testing the development source codes and a version management strategy of a product generated by continuous integration operation; the construction means that dependent injection is completed according to the dependency relationship among modules in the development source code, the machine code is generated by dynamic compiling, a unified machine code library is formed by fusing the multiple modules, and finally, the installation package file product capable of being installed and executed is packaged and output.
The continuous integrated operation environment module 04 is used for configuring a system environment according to a system form of the mobile APP and configuring a gitlab-runner environment; performing corresponding continuous integration operation on the development source code based on the configured system environment, the gitlab-runner environment and a preset development source code version management strategy to generate a corresponding continuous integrated product;
the product version serialization module 06 is used for performing product serialization processing on the continuous integrated product according to a preset product naming rule to obtain a serialized continuous integrated product;
the dynamic naming module 08 is used for dynamically modifying the names of the serialized continuous integrated products to obtain dynamically modified continuous integrated products;
and the product uploading module 10 is used for uploading the serialized continuous integrated products and/or the dynamically modified continuous integrated products to the APP management platform.
In the embodiment of the invention, the preset development source code version management strategy is stored in a gitlab-ci.yml configuration file, and the gitlab-ci.yml configuration file further comprises a continuous integration script for constructing, packaging, checking static codes and testing one or more continuous integration operations of the development source codes. The source code hosting module 02 mainly comprises a Gitlab offline central warehouse, wherein the Gitlab offline central warehouse is used for storing development source codes and a Gitlab-ci.yml configuration file, and CI/CD processing logic is performed on Gitlab branches of uploaded development source codes and submission driving Gitlab-runner of the development source codes according to the Gitlab-ci.yml configuration file.
The persistent integrated operating environment module 04 is specifically configured to:
and running the continuous integration script, and carrying out corresponding continuous integration operation on the development source code to generate a corresponding continuous integration product.
In this embodiment of the present invention, the source code hosting module 02 is further configured to: copying the development source code to obtain a copy of the development source code;
the continuous integrated operating environment module 04 is specifically configured to: and performing corresponding continuous integration operation on the copy of the development source code based on the configured system environment, the gitlab-runner environment and a preset development source code version management strategy.
And the copy of the development source code is adopted to carry out subsequent continuous integration operation, so that the original development source code cannot be damaged in the subsequent continuous integration operation, and the integrity of the development source code is ensured.
In the embodiment of the present invention, the continuously integrated operating environment module 04 generally performs environment configuration based on a linux system, and performs environment configuration on android and IOS mobile terminals respectively:
i) android, namely java environment, gradle environment and android studio development tool environment are required to be configured;
ii) ios, wherein an Xcode environment needs to be configured;
iii) because the continuously integrated gitlab-ci environment is dependent on gitlab-runner for execution, the gitlab-runner environment needs to be configured.
In the embodiment of the present invention, the artifact version serialization module 06 names the file name of the generated persistent integrated artifact (CI/CD output artifact), and the file name of the generated persistent integrated artifact is generally binary.
In this embodiment of the present invention, the source code hosting module 02 is further configured to: the identification information of the external Gitlab is obtained, namely when the development source codes transmitted by the external Gitlab are obtained, the corresponding development source codes need to be distinguished, so that the multiple development source codes can be used for completing the subsequent continuous integration operation concurrently;
since the obtained filename of the continuously integrated product is binary, and products corresponding to a plurality of development source codes cannot be distinguished through the binary, the dynamic naming module 08 is specifically configured to:
and dynamically modifying the name of the serialized continuous integrated product according to the identification information of the external Gitlab.
Such as: this identification information may be a specific environment variable value uploaded by the developer: such as tag value, commit alias, etc., the reserved substitution bit in the product naming is dynamically modified, so as to achieve that each version can be traced back historically.
In the embodiment of the present invention, the artifact version serialization module 06 and the dynamic naming module 08 are driven by the source code hosting module 02, and belong to a link in the overall continuous integration.
The product uploading module 10 establishes an uploading script according to the interface rule of the APP management platform, and uploads the serialized continuous integrated product and/or the dynamically modified continuous integrated product to the APP management platform through the uploading script. The APP management platform is used for managing uploaded products and managing final APPs.
In the embodiment of the present invention, the four modules may exist on one server or may exist on different servers.
Based on the same inventive concept, the embodiment of the present invention further provides a mobile APP persistent integration method based on Gitlab, as described in the following embodiments. Because the principle of solving the problems of the mobile APP continuous integration method based on the Gitlab is similar to that of the mobile APP continuous integration device based on the Gitlab, the implementation of the mobile APP continuous integration method based on the Gitlab can be referred to that of the mobile APP continuous integration device based on the Gitlab, and repeated parts are not described again.
Fig. 2 is a flowchart of a mobile APP persistent integration method based on Gitlab according to an embodiment of the present invention, as shown in fig. 2, including:
step 202: the method comprises the steps that development source codes of the mobile APP obtained from external Gitlab are subjected to version management according to a preset development source code version management strategy, wherein the preset development source code version management strategy comprises one or more of construction, packaging, static code inspection and testing of the development source codes, and the version management strategy of a product is generated through continuous integration operation;
step 204: carrying out system environment configuration according to a system form of the mobile APP, and carrying out configuration of a gitlab-runner environment; performing corresponding continuous integration operation on the development source code based on the configured system environment, the gitlab-runner environment and a preset development source code version management strategy to generate a corresponding continuous integrated product;
step 206: performing product serialization treatment on the continuous integrated product according to a preset product naming rule to obtain a serialized continuous integrated product;
step 208: dynamically modifying the name of the serialized continuous integrated product to obtain a dynamically modified continuous integrated product;
step 210: and uploading the serialized continuous integrated product and/or the dynamically modified continuous integrated product to an APP management platform.
In the embodiment of the present invention, the method further includes:
copying the development source code to obtain a copy of the development source code;
based on the configured system environment, the gitlab-runner environment and the preset development source code version management strategy, the corresponding continuous integration operation is carried out on the development source codes, and the method comprises the following steps:
and performing corresponding continuous integration operation on the copy of the development source code based on the configured system environment, the gitlab-runner environment and a preset development source code version management strategy.
In the embodiment of the present invention, the method further includes:
obtaining identification information of external Gitlab;
dynamically modifying the name of the serialized persistent integrated product to obtain a dynamically modified persistent integrated product, comprising:
and dynamically modifying the name of the serialized continuous integrated product according to the identification information of the external Gitlab.
In the embodiment of the invention, the preset development source code version management strategy is stored in a gitlab-ci.yml configuration file, and the gitlab-ci.yml configuration file further comprises a continuous integration script for constructing, packaging, checking static codes and testing one or more continuous integration operations of the development source codes;
based on the configured system environment, the gitlab-runner environment and the preset development source code version management strategy, the corresponding continuous integration operation is carried out on the development source codes, and the method comprises the following steps:
and running the continuous integration script based on the configured system environment, the gitlab-runner environment and a preset development source code version management strategy, and performing corresponding continuous integration operation on the development source code to generate a corresponding continuous integrated product.
Based on the same inventive concept, as shown in fig. 3, an embodiment of the present invention further provides a mobile APP persistent integration system based on Gitlab, including: the mobile APP based on the Gitlab continuously integrates the device, the external Gitlab and the APP management platform.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the method when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium, and the computer readable storage medium stores a computer program for executing the method.
In summary, the mobile APP persistent integration apparatus, method and system based on Gitlab provided by the present invention have the following advantages:
1. the native Gitlab is uniformly used in code management and continuous integration, the technical stack uniformity of all the processes of development to version submission, version management, packaging construction, automatic testing, deployment and release and the like is realized, the defect that the match of the Gitlab and Jenkins in the field of mobile APP continuous integration is not smooth is overcome, the risk and the learning cost when a third-party Jenkins plug-in is used are avoided, the uniformity and the consistency of the process flow are greatly enhanced, the product complexity and the maintenance cost are reduced, and the method has high autonomy.
2. The native Gitlab-runner can better realize the cooperative work with version management and version control strategies.
3. Because the APP development full-flow tool platform realizes high unification, the method is more beneficial to the conventional devOps agile development mode, and the development and maintenance efficiency is improved.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes may be made to the embodiment of the present invention by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (11)

1. A mobile APP continuous integration device based on Gitlab, comprising:
the system comprises a source code hosting module, a source code version management module and a mobile APP module, wherein the source code hosting module is used for storing development source codes of the mobile APP obtained from external Gitlab and performing version management on the development source codes according to a preset development source code version management strategy, and the preset development source code version management strategy comprises one or more of construction, packaging, static code inspection and testing of the development source codes and a version management strategy of a product generated by continuous integration operation;
the continuous integrated operation environment module is used for configuring a system environment according to a system form of the mobile APP and configuring a gitlab-runner environment; performing corresponding continuous integration operation on the development source code based on the configured system environment, the gitlab-runner environment and a preset development source code version management strategy to generate a corresponding continuous integrated product;
the product version serialization module is used for carrying out product serialization treatment on the continuous integrated product according to a preset product naming rule to obtain a serialized continuous integrated product;
the dynamic naming module is used for dynamically modifying the names of the serialized continuous integrated products to obtain the dynamically modified continuous integrated products;
and the product uploading module is used for uploading the serialized continuous integrated products and/or the dynamically modified continuous integrated products to the APP management platform.
2. The Gitlab-based mobile APP persistent integration device of claim 1, wherein the source code hosting module is further to: copying the development source code to obtain a copy of the development source code;
the continuous integrated operation environment module is specifically configured to: and performing corresponding continuous integration operation on the copy of the development source code based on the configured system environment, the gitlab-runner environment and a preset development source code version management strategy.
3. The Gitlab-based mobile APP persistent integration device of claim 1, wherein the source code hosting module is further to:
obtaining identification information of external Gitlab;
the dynamic naming module is specifically configured to:
and dynamically modifying the name of the serialized continuous integrated product according to the identification information of the external Gitlab.
4. The mobile APP persistent integration device based on Gitlab as claimed in claim 1, wherein the preset development source code version management policy is stored in a Gitlab-ci.yml configuration file, which further includes a persistent integration script for performing one or more of constructing, packaging, static code checking, and testing on the development source code;
the continuous integrated operation environment module is specifically configured to:
and running the continuous integration script, and carrying out corresponding continuous integration operation on the development source code to generate a corresponding continuous integration product.
5. A mobile APP continuous integration method based on Gitlab is characterized by comprising the following steps:
the method comprises the steps that development source codes of the mobile APP obtained from external Gitlab are subjected to version management according to a preset development source code version management strategy, wherein the preset development source code version management strategy comprises one or more of construction, packaging, static code inspection and testing of the development source codes, and the version management strategy of a product is generated through continuous integration operation;
carrying out system environment configuration according to a system form of the mobile APP, and carrying out configuration of a gitlab-runner environment; performing corresponding continuous integration operation on the development source code based on the configured system environment, the gitlab-runner environment and a preset development source code version management strategy to generate a corresponding continuous integrated product;
performing product serialization treatment on the continuous integrated product according to a preset product naming rule to obtain a serialized continuous integrated product;
dynamically modifying the name of the serialized continuous integrated product to obtain a dynamically modified continuous integrated product;
and uploading the serialized continuous integrated product and/or the dynamically modified continuous integrated product to an APP management platform.
6. The method of claim 5, further comprising:
copying the development source code to obtain a copy of the development source code;
based on the configured system environment, the gitlab-runner environment and the preset development source code version management strategy, the corresponding continuous integration operation is carried out on the development source codes, and the method comprises the following steps:
and performing corresponding continuous integration operation on the copy of the development source code based on the configured system environment, the gitlab-runner environment and a preset development source code version management strategy.
7. The method of claim 5, further comprising:
obtaining identification information of external Gitlab;
dynamically modifying the name of the serialized persistent integrated product to obtain a dynamically modified persistent integrated product, comprising:
and dynamically modifying the name of the serialized continuous integrated product according to the identification information of the external Gitlab.
8. The method of claim 5, wherein the predefined development source code version management policy is stored in a Gitlab-ci.yml configuration file, wherein the Gitlab-ci.yml configuration file further comprises a continuous integration script for performing one or more of constructing, packaging, static code checking, and testing on the development source code;
based on the configured system environment, the gitlab-runner environment and the preset development source code version management strategy, the corresponding continuous integration operation is carried out on the development source codes, and the method comprises the following steps:
and running the continuous integration script based on the configured system environment, the gitlab-runner environment and a preset development source code version management strategy, and performing corresponding continuous integration operation on the development source code to generate a corresponding continuous integrated product.
9. A mobile APP persistent integration system based on Gitlab, comprising: the Gitlab-based mobile APP persistent integration device of any one of claims 1 to 4, external Gitlab and APP management platform.
10. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 5 to 8 when executing the computer program.
11. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 5 to 8.
CN202010361598.2A 2020-04-30 2020-04-30 Gitlab-based mobile APP continuous integration device and method Active CN111562942B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010361598.2A CN111562942B (en) 2020-04-30 2020-04-30 Gitlab-based mobile APP continuous integration device and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010361598.2A CN111562942B (en) 2020-04-30 2020-04-30 Gitlab-based mobile APP continuous integration device and method

Publications (2)

Publication Number Publication Date
CN111562942A true CN111562942A (en) 2020-08-21
CN111562942B CN111562942B (en) 2024-04-19

Family

ID=72074540

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010361598.2A Active CN111562942B (en) 2020-04-30 2020-04-30 Gitlab-based mobile APP continuous integration device and method

Country Status (1)

Country Link
CN (1) CN111562942B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112256326A (en) * 2020-10-27 2021-01-22 北京字跳网络技术有限公司 Information processing method, device, equipment and storage medium
CN113448549A (en) * 2021-07-15 2021-09-28 中国银行股份有限公司 Full-process automatic processing system and method for front-end development

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106293749A (en) * 2016-08-15 2017-01-04 云南电网有限责任公司信息中心 A kind of source code managing and control system based on continuous integrating
CN109558147A (en) * 2018-11-29 2019-04-02 上海新炬网络技术有限公司 A kind of continuous integrating platform construction method based on Jenkins and Gitlab
CN109766091A (en) * 2018-12-29 2019-05-17 北京航天云路有限公司 A kind of method and system of continuous integrating
CN109766269A (en) * 2018-12-18 2019-05-17 微梦创科网络科技(中国)有限公司 Continuous integrating automated testing method, device, equipment and medium
CN110297627A (en) * 2019-07-01 2019-10-01 四川长虹电器股份有限公司 A kind of front-end code automation continuous integrating method based on gitlab-ci
CN110377334A (en) * 2019-07-25 2019-10-25 北京奇艺世纪科技有限公司 Continuous integrating method and apparatus
CN110647349A (en) * 2019-11-28 2020-01-03 南京百敖软件有限公司 Method for realizing continuous delivery of iOS APP

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106293749A (en) * 2016-08-15 2017-01-04 云南电网有限责任公司信息中心 A kind of source code managing and control system based on continuous integrating
CN109558147A (en) * 2018-11-29 2019-04-02 上海新炬网络技术有限公司 A kind of continuous integrating platform construction method based on Jenkins and Gitlab
CN109766269A (en) * 2018-12-18 2019-05-17 微梦创科网络科技(中国)有限公司 Continuous integrating automated testing method, device, equipment and medium
CN109766091A (en) * 2018-12-29 2019-05-17 北京航天云路有限公司 A kind of method and system of continuous integrating
CN110297627A (en) * 2019-07-01 2019-10-01 四川长虹电器股份有限公司 A kind of front-end code automation continuous integrating method based on gitlab-ci
CN110377334A (en) * 2019-07-25 2019-10-25 北京奇艺世纪科技有限公司 Continuous integrating method and apparatus
CN110647349A (en) * 2019-11-28 2020-01-03 南京百敖软件有限公司 Method for realizing continuous delivery of iOS APP

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112256326A (en) * 2020-10-27 2021-01-22 北京字跳网络技术有限公司 Information processing method, device, equipment and storage medium
CN113448549A (en) * 2021-07-15 2021-09-28 中国银行股份有限公司 Full-process automatic processing system and method for front-end development

Also Published As

Publication number Publication date
CN111562942B (en) 2024-04-19

Similar Documents

Publication Publication Date Title
CN110377290B (en) Method, device and equipment for compiling target engineering
US8601433B2 (en) Method and apparatus for generating virtual software platform based on component model and validating software platform architecture using the platform
CN111367510B (en) Android function module development method and device
US9823909B1 (en) Program code conversion for cross-platform compatibility
US20180113799A1 (en) Model generation for model-based application testing
CN106909498B (en) Method and system for injecting fault into Java program
US9996331B1 (en) Customized application state transition
CN111858370B (en) Method, device and computer readable medium for implementing DevOps
US10585785B2 (en) Preservation of modifications after overlay removal from a container
CN111045751B (en) Multi-service configuration chained processing method and device
US10917456B2 (en) Application management in an application deployment pipeline
CN106055368A (en) Application updating method and device
CN111562942B (en) Gitlab-based mobile APP continuous integration device and method
CN111897711B (en) Positioning method and device for bug in code, electronic equipment and readable storage medium
CN113687858A (en) Configuration file checking method and device, electronic equipment and storage medium
CN111105289B (en) Method and device for judging cancellation of client order based on aop mode
CN109933325A (en) A kind of dex file construction method, apparatus and system
CN111796863A (en) Cross-environment project version management method
CN111338940A (en) Code processing method, device and system
CN114265595B (en) Cloud native application development and deployment system and method based on intelligent contracts
CN109947645A (en) Automatic configuration tool method and system
US11573777B2 (en) Method and apparatus for enabling autonomous acceleration of dataflow AI applications
CN114581241A (en) Intelligent contract processing method and device, processor and electronic equipment
CN113485692A (en) Big data componentization development method and device based on component store
CN112650189A (en) Embedded PLC automatic test system and method

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
GR01 Patent grant
GR01 Patent grant