CN106104467A - A kind of Automation arranging method and terminal - Google Patents

A kind of Automation arranging method and terminal Download PDF

Info

Publication number
CN106104467A
CN106104467A CN201480010653.6A CN201480010653A CN106104467A CN 106104467 A CN106104467 A CN 106104467A CN 201480010653 A CN201480010653 A CN 201480010653A CN 106104467 A CN106104467 A CN 106104467A
Authority
CN
China
Prior art keywords
maven
remote server
unit
svn
terminal
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
CN201480010653.6A
Other languages
Chinese (zh)
Other versions
CN106104467B (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.)
Beijing Feinno Communication Technology Co Ltd
Original Assignee
Beijing Feinno Communication Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Feinno Communication Technology Co Ltd filed Critical Beijing Feinno Communication Technology Co Ltd
Publication of CN106104467A publication Critical patent/CN106104467A/en
Application granted granted Critical
Publication of CN106104467B publication Critical patent/CN106104467B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs

Abstract

The invention discloses a kind of Automation arranging method and terminal.The method comprise the steps that the item objects model POM file followed in agreement configuration Maven;Running the plug-in unit write in advance in Maven, described plug-in unit is write based on project management tool Maven, version control tool SVN and Secure Shell SSH agreement;Up-to-date code is obtained from SVN server;Use Maven that the described up-to-date code obtained is compiled packing, generate packaging file;Use SSH agreement to connect remote server, carry out the pretreatment before described packaging file is uploaded;SSH agreement is used to upload described packaging file to described remote server;Restart the station services of described remote server, record and report deployment daily record.A whole set of lightweight solutions such as the present invention disposes for project provides a set of from exploitation, tests, compiling, packing, uploads, server configures.

Description

A kind of Automation arranging method and terminal
The present invention relates to field of computer technology, more particularly to a kind of Automation arranging method and terminal for a kind of Automation arranging method and field of terminal technology.In the last few years, agile development is more and more flourishing in field of software engineering for background of invention, how to rapidly adapt to and ensure the quality of software in the demand being continually changing, and persistently disposes theory particularly important.It enables development teams to be more rapidly introduced into new features, repair bug, reduce the multiple versions of management and develop the complexity and otherness of branch, any time point can find the integration problem of software the very first time, the software that making random time issue can dispose becomes possibility.
But in existing project deployment flow, still need progress many manually operated, including back up former website, cut off former website, perform associated script, upload software bag to remote server, restart station services etc., cost of labor is high, poorly efficient and easy error.In addition, test, compiling, packing, upload, the work such as server configuration is all separate, links separation spends that the time is long without continuity, and the numerous Suo of process, repetitive is more.The content of the invention is in order to solve the above problems, or partly solves the above problems, and the embodiments of the invention provide a kind of Automation arranging method and terminal.
In order to achieve the above object, the technical scheme that the embodiment of the present invention is used is as follows:
On the one hand, the embodiments of the invention provide a kind of Automation arranging method, including:
Follow the item objects model POM files in agreement configuration Maven;
The plug-in unit write in advance is run in Maven, the plug-in unit is based on project management tool Maven, version control tool SVN and Secure Shell SSH agreements are write;
Newest code is obtained from SVN servers;
Packing is compiled to the newest code of acquisition using Maven, packaging file is generated;Remote server is connected using SSH agreements, the pretreatment before packaging file upload is carried out;
The packaging file is uploaded to the remote server using SSH agreements;
Restart the station services of the remote server, record and report deployment daily record.
On the other hand, the embodiments of the invention provide a kind of automatically dispose terminal, including: Dispensing unit, suitable for following the item objects model POM files in agreement configuration Maven;Running unit, the plug-in unit write in advance suitable for being run in Maven, the plug-in unit is based on project management tool Maven, version control tool SVN and Secure Shell SSH agreements are write;
Code obtaining unit, suitable for obtaining newest code from SVN servers;
Compilation unit, is adapted in use to Maven to be compiled packing to the newest code of acquisition, generates packaging file;
Pretreatment unit, is adapted in use to SSH agreements to connect remote server, carries out the pretreatment before packaging file upload;
Uploading unit, is adapted in use to SSH agreements to upload the packaging file to the remote server;Restart unit, the station services suitable for restarting the remote server record and report deployment daily record.The beneficial effects of the invention are as follows:Automation arranging method provided in an embodiment of the present invention and terminal, by following the POM files in agreement configuration Maven, then run in Maven write in advance based on Maven, the plug-in unit of SVN and SSH agreements, the repetition of structure can be eliminated as much as, abstract items deployment life cycle, realize the structure task of the overwhelming majority, no longer need definition procedure, even without some tasks for going to realize again during these, mapping out the work will automatic operating, and automatic operating effective, facilitate easy-to-use, so as to break away from the dependence to manual deployment operation, eliminate many repeated works.The scheme of the embodiment of the present invention is restarted and closed by realization automation version management, automation compiling packing, automation remote server operation and file upload and automated server, so as to be that software or project deployment provide a set of from exploitation, test, compiling, packing, upload, a whole set of lightweight solutions such as server configuration.Brief Description Of Drawings Fig. 1 shows a kind of flow chart of Automation arranging method of the embodiment of the present invention;
Fig. 2 shows the example for the automatically dispose plug-in unit that the embodiment of the present invention is performed in eclipse environment;Fig. 3 shows a kind of structural representation of automatically dispose terminal of the embodiment of the present invention.Implement the mode of the present invention to make the object, technical solutions and advantages of the present invention clearer, embodiment of the present invention is described further in detail below in conjunction with accompanying drawing.
The embodiments of the invention provide a kind of Automation arranging method, referring to Fig. 1, comprise the following steps:
S 11, the item objects model POM files followed in agreement configuration Maven.
Maven is the open source projects management tool of a pure written in Java of use and builds automation tools. Maven employs a kind of POM (Project Object Model, item objects model)Concept carrys out management project, and POM is the file in Maven projects, is represented using XML, and all project configuration information is all defined within one and is called in POM.xml file.By this document, Maven can be with the whole life cycle of management project, including compiling, structure, test, issue, report etc..
Before the plug-in unit that the operation embodiment of the present invention is write, it is necessary to follow the POM files in agreement configuration Maven.In the present invention, it is only necessary to POM files are configured on a small quantity in Maven, it is easy to use without writing various scripts.
Here is an example of the basic configuration of automatically dispose plug-in unit:
. ;:;<: d d f es s lS2,ieS^^^^ <■ /ad d ί ^ s.
:::! m¾!" root s sr : srs /da ta feidou tomc t_7 47— S 7/ ½« a pps/ te^i >
'^ΐ er -、/dats/f e dou/tomca £— θΰ /weba pps /: $f >
;;
;
■ ;::
In the examples described above, the login authentication information for connecting remote server is configured, the login authentication information includes:Remote server address, username and password;And, the site information to remote server is configured.The link information of configured in advance remote server, is the user login validation for automatically dispose scheme.It is, of course, also possible to which the searching route to Maven dependence storehouse is configured as needed, the address information of configuration SVN servers is included among these.
S12, runs the plug-in unit write in advance, the plug-in unit is based on project management tool Maven, version control tool SVN and Secure Shell SSH agreements are write in Maven.
Plug-in unit (translating sunset divihation again, English is Plug-in, addin, add-in, addon or add-on or app) is a kind of computer program, by the interaction with application program, required for increasing some for application program Specific function.The positioning of plug-in unit should be the program that the function that former pure system platform/application software platform does not possess is realized in exploitation, and it can only be operated under the system platform of procedure stipulation(Multiple platforms may be supported simultaneously), and the platform isolated operation specified can not be departed from, because plug-in unit needs the function library or data for calling former pure system to provide.
The plug-in unit write in the embodiment of the present invention has following feature:
A) project management tool is used as based on Maven
Maven supports a variety of plug-in units in itself, can be with convenient, flexible item controlled.Because Maven default structure rule has higher reusability, so usually can just build simple project with two or three row Maven scripts.It is used as a project management tool, Maven contains a POM,-group standard set, one project life cycle (Project Lifecycle), one relies on management system (Dependency Management System), and is defined on the logic of plug-in unit target in life cycle phase for running., only need to be with a clearly defined item objects model POM come described project when using Maven.
By writing a plug-in unit based on Maven, this plug-in unit is managed with Maven and relied on, and project testing is compiled, and packing is responsible to generate bag of reaching the standard grade.The jar bags that project is relied on are managed using Maven, project is allowed to keep basic dependence, redundancy jar bags are excluded, the jar bags to dependence of very comfortable carry out edition upgrading, the work that cleaning, compiling, test, packing, issue etc. build project is completed on the basis of this.
B) Version Control is realized based on SVN
SVN, i.e. Subversion, are Version CVS (Concurrent Version System) rewriting versions and modified version, mainly realize file management and file edition management.SVN provides following main work(
6 an ancient type of spoon
Directory versions are controlled:SVN can according to the whole catalogue of time tracking variation, catalogue and file can carry out Version Control.
Real vncsion history:In SVN, you can increase(Add), delete(Delete), replicate() and renaming copy(Rename), either file or catalogue, it is all new plus files all since a new, clean version.
It is automatic to submit:Developer is allowed to be set up with logic interval and submit variation, to prevent the produced problem when part is submitted successfully.
Include the metadata of version keyholed back plate:Each file and catalogue are and associated with property value with one group of attribute keyword, can create and store any desired Key/Value pairs.Attribute is to carry out version keyholed back plate over time, just as file content.
The different Internet of selection:SVN can be embedded into Apache HTTP services as an expansion module In device.Apache HTTP servers provide FA stability and collaborative work ability for SVN, in addition additionally provide many critical functions.For example, there is authentication, mandate, line compression and library to browse etc..SVN servers use customized communication protocol, easily can be used by SSH in tunnel (Tunnel) mode.
Consistent data processing method:SVN represents the difference of file using binary system difference algorithm, and its file to word and the class of binary file two is all made no exception.The file of this two class is all similarly stored in file store in a compressed format, and file difference is in transmission over networks with both direction.
Effective branch and label:In branch() and label branch(Tag the consumption on) must not necessarily be directly proportional to item size.The method that SVN sets up branch and label, just simply replicates the project, and the method used is similar to Hard link(hard-link ).So these operations only can spend very little, and it is regular time.
Programmability (Hackability):SVN does not have any historical burden, and it is mainly the shared C program libraries of a group, with well-defined API.This causes SVN to be easy to maintenance, and can be used by other application program with program language.
It follows that SVN is an outstanding version control tool.The plug-in unit that the embodiment of the present invention is write passes through integrated SVN, Version Control can be carried out using SVN, to follow the trail of, safeguard the change of source code, file and setting document etc., and the program of these change controls of control is provided, ensure that the code that Team Member submits will not cause integrated failure, code development, which is finished, is submitted to SVN servers, and newest code is obtained from compiler to SVN servers.
C) SSH protocol realization remote server safety operations are based on
SSH (Secure Shell, Secure Shell), i.e., it is a security protocol set up on the basis of application layer and transport layer " containment agreement ".SSH agreements are relatively reliable at present, aim at telnet session and other network services provide the agreement of security.It can effectively prevent the information leakage problem in remote management procedures, safe and reliable long-range connection of the plug-in unit that the embodiment of the present invention is write based on SSH protocol realization client and servers end, and remote command from performing using SSH agreements.
SSH agreements are mainly made up of following three part, and the security mechanism of SSH agreements is realized jointly.- it is transport layer protocol, it provides the safety measures such as certification, trust and integrity check, and it can also provide data compression function in addition.Under normal circumstances, these transport layer protocols are built upon on connection-oriented TCP data flows.Two be user authentication protocol layer, and for realizing server with the authentication between client user, it is operated on transport layer protocol.Three be connection protocol layer, distributes multiple encrypted tunnels to some logical channels, it is operated on user authentication layer protocol. After the transport layer of safety, which is connected, to be set up, client will send a service request.Second service request will be sent after user authentication layer connection is set up.This allows for the agreement newly defined to be coexisted with former agreement.Connection protocol provides the passage that can be used as a variety of purposes, to set secure interactive Shell sessions and the arbitrary TCP/IP ports of transmission and XI I connections to provide standard method.
From the point of view of client, SSH provides the safety verification of two kinds of ranks:The first rank(Safety verification based on password), only it is to be understood that oneself account number and password, it is possible to sign in distance host.Second of rank(Safety verification based on secret key), it is necessary to which by secret key, if to be connected on SSH servers, client software will send request to server, and request carries out safety verification with secret key.
Maven has a life cycle, and when running mvn install, 4 skys are called.This order tells Maven to perform a series of orderly step, until reaching the life cycle specified.As shown in Fig. 2 Fig. 2 is the exectorial example of configuration plug-in in eclipse environment.Perform after the completion of order Run as configurations, Maven orders are performed in the project can perform mvn automatically: com. feinno.Mavn-RDP: deploy.
The plug-in unit that the embodiment of the present invention is write, the life cycle of abstract project deployment.Realized when the target in each stage that Maven begins setting up a project, and it is registered by the stage etch and execution of defined nucleotide sequence, the order of execution depends on the order that target is called with the stage of structure.
It is that the step of plug-in unit of the invention write realizes automatically dispose is run in Maven below.
513rd, newest code is obtained from SVN servers.
SVN is a kind of centralized file edition management system, and plug-in unit is automated to SVN servers and obtains newest code first when performing.
514th, packing is compiled to the newest code of acquisition using Maven, generates packaging file.
A kind of embodiment, the plug-in unit that the present invention as needed writes also is built with test phase, before packing is compiled to the newest code of acquisition using Maven, automatic test is carried out to newest code using Maven, test crash is then returned, when only test passes through, automation compiling packing just is carried out to the newest code of acquisition using Maven.
515th, remote server is connected using SSH agreements, carries out the pretreatment before packaging file upload.Pretreatment before packaging file is uploaded operates following one or more successively:Backup Data, stop when the website of remote server is existing website, kill associated process to stop servicing, perform reach the standard grade before associated script etc..
Above-mentioned pretreatment operation before packaging file is uploaded is same as existing scheme, unlike eliminate the reliance on manually operated, be entirely automation mechanized operation.In embodiments of the present invention, according to the letter configured in POM files Breath connection remote server, wherein the link information of the configuration includes the information such as remote server address, username and password, then carries out this series of pretreatment content before packaging file upload automatically.
516th, packaging file is uploaded to the remote server using SSH agreements.
It is after the completion of pretreatment before file upload, i.e., automatic to upload packaging file to specified location using SSH agreements.
517th, restart the station services of the remote server, record and report deployment daily record.
Deployment daily record includes the record of deployment success, or the record that deployment fails.Restart after station services, whole automatically dispose work is completed, it is necessary to be kept a record to deployment daily record, and report deployment daily record to control terminal.
Alternatively, the method for the embodiment of the present invention also includes:Detection deployment result, if deployment failure, automatic reduction station services.The operation can ensure the safety and reliability of automatically dispose scheme.
It can be seen that, the Automation arranging method of the embodiment of the present invention, is uploaded for automation version management, automation compiling packing, automation remote server operation and file and automated server is restarted and closed and provides a whole set of solution.Based on the Automation arranging method identical inventive concept with the embodiments of the present invention, the embodiment of the present invention additionally provides a kind of automatically dispose terminal.Referring to Fig. 3, automatically dispose terminal 300 provided in an embodiment of the present invention includes:
Dispensing unit 301, suitable for following the item objects model POM files in agreement configuration Maven;Running unit 302, the plug-in unit write in advance suitable for being run in Maven, the plug-in unit is based on project management tool Maven, version control tool SVN and Secure Shell SSH agreements are write;
Code obtaining unit 303, suitable for obtaining newest code from SVN servers;
Compilation unit 304, is adapted in use to Maven to be compiled packing to the newest code of acquisition, generates packaging file;
Pretreatment unit 305, is adapted in use to SSH agreements to connect remote server, carries out the pretreatment before packaging file upload;
Uploading unit 306, is adapted in use to SSH agreements to upload the packaging file to the remote server;Restart unit 307, the station services suitable for restarting the remote server record and report deployment daily record.One embodiment, above-mentioned dispensing unit 301 includes following one or more configuration modules:
First configuration module, the address information suitable for configuring SVN servers;And/or,
Second configuration module, suitable for the login authentication information of configuration connection remote server, the login authentication Information includes:Remote server address, username and password;And/or,
3rd configuration module, the site information suitable for configuring remote server.
In this embodiment, employ the printed words such as " first ", " second " to make a distinction function and the essentially identical identical entry of effect or similar item, it will be appreciated by those skilled in the art that the printed words such as " first ", " second " are not defined quantity and execution order.
Another embodiment, automatically dispose terminal 300 of the invention can also include:
Test cell, is adapted in use to Maven to be compiled before packing the newest code of acquisition, the newest code is tested using Maven.
Further embodiment, above-mentioned pretreatment unit 305 includes following one or more modules:
Backup module, suitable for Backup Data;
Website stopping modular, suitable for stopping website when the website of remote server is existing;
Service stopping module, suitable for stopping service;
Script execution module, is adapted for carrying out associated script before reaching the standard grade.
In yet another embodiment, automatically dispose terminal 300 of the invention can also include:
Detection unit, is adapted to detect for disposing result, if deployment failure, automatic reduction station services.The said units or module of the automatically dispose terminal of the embodiment of the present invention, correspond to the method and step of the automatically dispose of the embodiment of the present invention, will not be repeated here respectively.In summary, Automation arranging method provided in an embodiment of the present invention and terminal, by following the POM files in agreement configuration Maven, then run in Maven write in advance based on Maven, the plug-in unit of SVN and SSH agreements, the repetition of structure can be eliminated as much as, abstract items deployment life cycle, realize the structure task of the overwhelming majority, no longer need definition procedure, even without some tasks for going to realize again during these, mapping out the work will automatic operating, and automatic operating effective, facilitate easy-to-use, so as to break away from the dependence to manual deployment operation, eliminate many repeated works.The scheme of the embodiment of the present invention is restarted and closed by realization automation version management, automation compiling packing, automation remote server operation and file upload and automated server, so as to be that software or project deployment provide a set of from exploitation, test, compiling, packing, upload, a whole set of lightweight solutions such as server configuration.
The foregoing is merely illustrative of the preferred embodiments of the present invention, is not intended to limit the scope of the present invention.Any modification, equivalent substitution and improvements made within the spirit and principles of the invention etc., are all contained in protection scope of the present invention.

Claims (1)

  1. Claims
    1st, a kind of Automation arranging method, it is characterised in that methods described includes:
    Follow the item objects model POM files in agreement configuration Maven;
    The plug-in unit write in advance is run in Maven, the plug-in unit is based on project management tool Maven, version control tool SVN and Secure Shell SSH agreements are write;
    Newest code is obtained from SVN servers;
    Packing is compiled to the newest code of acquisition using Maven, packaging file is generated;Remote server is connected using SSH agreements, the pretreatment before packaging file upload is carried out;
    The packaging file is uploaded to the remote server using SSH agreements;
    Restart the station services of the remote server, record and report deployment daily record.
    2nd, the method as described in claim 1, it is characterised in that the item objects model POM files followed in agreement configuration Maven include:
    Configure the address information of SVN servers;And/or,
    The login authentication information of configuration connection remote server, the login authentication information includes remote server address, username and password;And/or,
    Configure the site information of remote server.
    3rd, the method as described in claim 1, it is characterised in that the use Maven is compiled before packing to the newest code of acquisition, and methods described also includes:
    The newest code is tested using Maven;
    Accordingly, the use Maven is compiled packing to the newest code of acquisition and is specially:When the test passes through, packing is compiled to the newest code of acquisition using Maven.
    4th, the method as described in claim 1, it is characterised in that the pretreatment before the carry out packaging file upload includes:
    Following one or more is operated successively:Backup Data, when the website of remote server is existing stop website, stop service and perform reach the standard grade before associated script.
    5th, the method as described in claim any one of 1-4, it is characterised in that methods described also includes:Detection deployment result, if deployment failure, automatic reduction station services.
    6th, a kind of automatically dispose terminal, it is characterised in that including:
    Dispensing unit, suitable for following the item objects model POM files in agreement configuration Maven; Running unit, the plug-in unit write in advance suitable for being run in Maven, the plug-in unit is based on project management tool Maven, version control tool SVN and Secure Shell SSH agreements are write;
    Code obtaining unit, suitable for obtaining newest code from SVN servers;
    Compilation unit, is adapted in use to Maven to be compiled packing to the newest code of acquisition, generates packaging file;
    Pretreatment unit, is adapted in use to SSH agreements to connect remote server, carries out the pretreatment before packaging file upload;
    Uploading unit, is adapted in use to SSH agreements to upload the packaging file to the remote server;Restart unit, the station services suitable for restarting the remote server record and report deployment daily record.
    7th, terminal as claimed in claim 6, it is characterised in that the dispensing unit includes following one or more configuration modules:
    First configuration module, the address information suitable for configuring SVN servers;And/or,
    Second configuration module, suitable for the login authentication information of configuration connection remote server, the login authentication information includes:Remote server address, username and password;And/or,
    3rd configuration module, the site information suitable for configuring remote server.
    8th, terminal as claimed in claim 6, it is characterised in that the terminal also includes:
    Test cell, is adapted in use to Maven to be compiled before packing the newest code of acquisition, the newest code is tested using Maven.
    9th, terminal as claimed in claim 6, it is characterised in that the pretreatment unit includes following one or more modules:
    Backup module, suitable for Backup Data;
    Website stopping modular, suitable for stopping website when the website of remote server is existing;
    Service stopping module, suitable for stopping service;
    Script execution module, is adapted for carrying out associated script before reaching the standard grade.
    10th, the terminal as described in claim any one of 6-9, it is characterised in that the terminal also includes:Detection unit, is adapted to detect for disposing result, if deployment failure, automatic reduction station services.
CN201480010653.6A 2014-06-30 2014-06-30 A kind of Automation arranging method and terminal Active CN106104467B (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2014/081157 WO2016000126A1 (en) 2014-06-30 2014-06-30 Automatic deployment method and terminal

Publications (2)

Publication Number Publication Date
CN106104467A true CN106104467A (en) 2016-11-09
CN106104467B CN106104467B (en) 2019-09-27

Family

ID=55018221

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201480010653.6A Active CN106104467B (en) 2014-06-30 2014-06-30 A kind of Automation arranging method and terminal

Country Status (2)

Country Link
CN (1) CN106104467B (en)
WO (1) WO2016000126A1 (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106775730A (en) * 2016-12-21 2017-05-31 深圳Tcl数字技术有限公司 Program dissemination method and system
CN108647037A (en) * 2018-04-28 2018-10-12 新疆熙菱信息技术股份有限公司 Automatically dispose method and system based on shell scripts
CN108804088A (en) * 2018-04-25 2018-11-13 广州视源电子科技股份有限公司 Protocol processes method and apparatus
CN108958753A (en) * 2018-07-13 2018-12-07 中国银行股份有限公司 A kind of code is packaged dispositions method and device
CN109101269A (en) * 2018-08-30 2018-12-28 长沙软工信息科技有限公司 A kind of Software Delivery method and device, electronic equipment
CN109254765A (en) * 2018-08-22 2019-01-22 平安科技(深圳)有限公司 Timing task management method, apparatus, computer equipment and storage medium
CN109582319A (en) * 2018-12-04 2019-04-05 北京奇艺世纪科技有限公司 A kind of service code dispositions method and device
CN110262806A (en) * 2019-06-20 2019-09-20 杭州泰然鲸数云计算有限公司 A kind of DevOps system for supporting automation services layout
CN110554876A (en) * 2018-05-31 2019-12-10 北京京东尚科信息技术有限公司 Method and device for compiling android project
CN110673858A (en) * 2019-08-30 2020-01-10 四川新网银行股份有限公司 Lightweight deployment method based on ssh secret-free login protocol
CN110765011A (en) * 2019-10-15 2020-02-07 卡斯柯信号有限公司 Automatic acquisition and verification device and method for test operation and maintenance data in configuration library
CN111142884A (en) * 2019-12-12 2020-05-12 北京达佳互联信息技术有限公司 Applet version deployment method and device, electronic equipment and storage medium
CN111162953A (en) * 2019-12-31 2020-05-15 四川省公安科研中心 Data processing method, system upgrading method and server
CN111290780A (en) * 2020-03-10 2020-06-16 广州易方信息科技股份有限公司 Method for automatically uploading SDK to maven warehouse
CN111399856A (en) * 2020-03-11 2020-07-10 山东汇贸电子口岸有限公司 File configuration editing method and system in service deployment
CN111488173A (en) * 2020-04-02 2020-08-04 苏州浪潮智能科技有限公司 Software development method and system for automatically updating dependent package in offline environment
CN111651219A (en) * 2020-05-27 2020-09-11 泰康保险集团股份有限公司 Method and equipment for managing multi-module project configuration file
CN112083948A (en) * 2020-08-28 2020-12-15 广州九尾信息科技有限公司 Automatic construction and deployment method and tool based on data configuration
CN112379916A (en) * 2020-11-12 2021-02-19 中国人寿保险股份有限公司 Method and device for modifying version number of maven project
CN112596779A (en) * 2020-12-16 2021-04-02 中国建设银行股份有限公司 Dual-version-compatible dependency package generation method, device, equipment and storage medium
CN112835572A (en) * 2021-01-29 2021-05-25 山东浪潮通软信息科技有限公司 Method and equipment for customizing reference flow depending on project management tool
CN112988571A (en) * 2021-02-09 2021-06-18 中国建设银行股份有限公司 Automated compiling and deploying method and system for optimizing CC codes

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106325881A (en) * 2016-08-30 2017-01-11 泰康保险集团股份有限公司 Method and device for automatic generation of distribution package
CN106933573B (en) * 2017-02-22 2020-10-16 广东网金控股股份有限公司 Method and system for acquiring user and role through SVN configuration file
CN107133036B (en) * 2017-04-26 2020-10-16 武汉斗鱼网络科技有限公司 Module management method and device
CN107885658B (en) * 2017-10-31 2019-06-21 平安科技(深圳)有限公司 Test preposition implementation method, device, terminal device and storage medium
CN108628632B (en) * 2018-03-20 2021-09-10 车音智能科技有限公司 Packing method and device
CN111026403A (en) * 2019-12-10 2020-04-17 北京锐安科技有限公司 Packing deployment method and device, computer equipment and storage medium
CN112231302A (en) * 2020-10-30 2021-01-15 深圳开源互联网安全技术有限公司 Method and device for maintaining Java switch component database and storage medium
CN117076004B (en) * 2023-10-13 2024-04-12 美云智数科技有限公司 Micro-service packaging and merging method and device and electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130232469A1 (en) * 2012-03-02 2013-09-05 Oracle International Corporation System and method for automatically resolving dependencies of java archive files for use with maven
CN103500087A (en) * 2013-09-17 2014-01-08 福建亿榕信息技术有限公司 Code generation method and device based on maven plug-in and freemarker template
CN103501341A (en) * 2013-09-30 2014-01-08 乐视致新电子科技(天津)有限公司 Method and device for establishing Web service

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102402427B (en) * 2010-09-09 2015-09-02 阿里巴巴集团控股有限公司 A kind of update method of java application and device
CN103324470B (en) * 2012-03-21 2017-09-22 阿里巴巴集团控股有限公司 A kind of method and apparatus of Web system generation

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130232469A1 (en) * 2012-03-02 2013-09-05 Oracle International Corporation System and method for automatically resolving dependencies of java archive files for use with maven
CN103500087A (en) * 2013-09-17 2014-01-08 福建亿榕信息技术有限公司 Code generation method and device based on maven plug-in and freemarker template
CN103501341A (en) * 2013-09-30 2014-01-08 乐视致新电子科技(天津)有限公司 Method and device for establishing Web service

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
JAVA要多思考下: ""使用svn+maven+jenkins(hudson)+Publish Over SSH plugins 构建持续集成及自动远程发布体系"", 《HTTP://WWW.BLOGJAVA.NET/IDUIDO/ARCHIVE/2012/10/31/390565.HTML》 *
一无所知163: ""Jenkins+Maven+SVN搭建自动部署,自动测试环境"", 《HTTPS://BLOG.CSDN.NET/GM_163/ARTICLE/DETAILS/8688668》 *

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106775730A (en) * 2016-12-21 2017-05-31 深圳Tcl数字技术有限公司 Program dissemination method and system
CN108804088A (en) * 2018-04-25 2018-11-13 广州视源电子科技股份有限公司 Protocol processes method and apparatus
CN108804088B (en) * 2018-04-25 2022-03-08 广州视源电子科技股份有限公司 Protocol processing method and device
CN108647037A (en) * 2018-04-28 2018-10-12 新疆熙菱信息技术股份有限公司 Automatically dispose method and system based on shell scripts
CN110554876A (en) * 2018-05-31 2019-12-10 北京京东尚科信息技术有限公司 Method and device for compiling android project
CN108958753B (en) * 2018-07-13 2022-04-12 中国银行股份有限公司 Code packaging deployment method and device
CN108958753A (en) * 2018-07-13 2018-12-07 中国银行股份有限公司 A kind of code is packaged dispositions method and device
CN109254765B (en) * 2018-08-22 2023-08-25 平安科技(深圳)有限公司 Timing task management method, device, computer equipment and storage medium
CN109254765A (en) * 2018-08-22 2019-01-22 平安科技(深圳)有限公司 Timing task management method, apparatus, computer equipment and storage medium
CN109101269A (en) * 2018-08-30 2018-12-28 长沙软工信息科技有限公司 A kind of Software Delivery method and device, electronic equipment
CN109582319B (en) * 2018-12-04 2022-02-08 北京奇艺世纪科技有限公司 Service code deployment method and device
CN109582319A (en) * 2018-12-04 2019-04-05 北京奇艺世纪科技有限公司 A kind of service code dispositions method and device
CN110262806A (en) * 2019-06-20 2019-09-20 杭州泰然鲸数云计算有限公司 A kind of DevOps system for supporting automation services layout
CN110262806B (en) * 2019-06-20 2022-10-18 杭州泰然鲸数云计算有限公司 DevOps system supporting automatic service arrangement
CN110673858A (en) * 2019-08-30 2020-01-10 四川新网银行股份有限公司 Lightweight deployment method based on ssh secret-free login protocol
CN110673858B (en) * 2019-08-30 2023-04-11 四川新网银行股份有限公司 Lightweight deployment method based on ssh password-free login protocol
CN110765011A (en) * 2019-10-15 2020-02-07 卡斯柯信号有限公司 Automatic acquisition and verification device and method for test operation and maintenance data in configuration library
CN111142884B (en) * 2019-12-12 2024-03-26 北京达佳互联信息技术有限公司 Version deployment method and device of applet, electronic equipment and storage medium
CN111142884A (en) * 2019-12-12 2020-05-12 北京达佳互联信息技术有限公司 Applet version deployment method and device, electronic equipment and storage medium
CN111162953A (en) * 2019-12-31 2020-05-15 四川省公安科研中心 Data processing method, system upgrading method and server
CN111162953B (en) * 2019-12-31 2023-04-28 四川省公安科研中心 Data processing method, system upgrading method and server
CN111290780A (en) * 2020-03-10 2020-06-16 广州易方信息科技股份有限公司 Method for automatically uploading SDK to maven warehouse
CN111290780B (en) * 2020-03-10 2024-04-05 易方信息科技股份有限公司 Method for automatically uploading SDK to maven warehouse
CN111399856A (en) * 2020-03-11 2020-07-10 山东汇贸电子口岸有限公司 File configuration editing method and system in service deployment
CN111488173A (en) * 2020-04-02 2020-08-04 苏州浪潮智能科技有限公司 Software development method and system for automatically updating dependent package in offline environment
CN111651219A (en) * 2020-05-27 2020-09-11 泰康保险集团股份有限公司 Method and equipment for managing multi-module project configuration file
CN112083948A (en) * 2020-08-28 2020-12-15 广州九尾信息科技有限公司 Automatic construction and deployment method and tool based on data configuration
CN112379916A (en) * 2020-11-12 2021-02-19 中国人寿保险股份有限公司 Method and device for modifying version number of maven project
CN112596779A (en) * 2020-12-16 2021-04-02 中国建设银行股份有限公司 Dual-version-compatible dependency package generation method, device, equipment and storage medium
CN112835572A (en) * 2021-01-29 2021-05-25 山东浪潮通软信息科技有限公司 Method and equipment for customizing reference flow depending on project management tool
CN112835572B (en) * 2021-01-29 2024-03-29 浪潮通用软件有限公司 Method and equipment for self-defining reference flow by means of project management tool
CN112988571A (en) * 2021-02-09 2021-06-18 中国建设银行股份有限公司 Automated compiling and deploying method and system for optimizing CC codes

Also Published As

Publication number Publication date
WO2016000126A1 (en) 2016-01-07
CN106104467B (en) 2019-09-27

Similar Documents

Publication Publication Date Title
CN106104467A (en) A kind of Automation arranging method and terminal
CN111831269A (en) Application development system, operation method, equipment and storage medium
CN110851167B (en) Container environment updating method, device, equipment and storage medium
Mysari et al. Continuous Integration and Continuous Deployment Pipeline Automation Using Jenkins Ansible
Marschall Chef infrastructure automation cookbook
US20130232245A1 (en) Automation for virtualized it environments
Herron Node web development
Frampton Big Data made easy: A working guide to the complete Hadoop toolset
Etchevers et al. Reliable self‐deployment of distributed cloud applications
US10606730B2 (en) Networked digital data processor log file viewer
Sandobalin et al. End-to-end automation in cloud infrastructure provisioning
Uluca Angular for Enterprise-Ready Web Applications: Build and deliver production-grade and cloud-scale evergreen web apps with Angular 9 and beyond
Hanjura Heroku cloud application development
Pettit et al. On the needs and challenges of model-based engineering for spaceflight software systems
US10114627B2 (en) Direct build assistance
O'grady GitLab Quick Start Guide: Migrate to GitLab for all your repository management solutions
Bhattacharjee et al. Cloudcamp: A model-driven generative approach for automating cloud application deployment and management
Mamatha et al. Implementation of DevOps Architecture in the project development and deployment with help of tools
McAllister Implementing DevOps with Ansible 2
Vučnik et al. Integrating research testbeds into social coding platforms
Arundel et al. Puppet 3 Beginner's Guide
Safarik et al. Ground segment as a service
Jeffries Oracle GoldenGate 12c implementer's guide
Stetcko Rework of a Legacy Application for Telecommunication Equipment Data Collection
Bai et al. Exam Ref 70-535 Architecting Microsoft Azure Solutions

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP02 Change in the address of a patent holder

Address after: Room 810, 8 / F, 34 Haidian Street, Haidian District, Beijing 100080

Patentee after: BEIJING D-MEDIA COMMUNICATION TECHNOLOGY Co.,Ltd.

Address before: 100089 Beijing city Haidian District wanquanzhuang Road No. 28 Wanliu new building 6 storey block A room 602

Patentee before: BEIJING D-MEDIA COMMUNICATION TECHNOLOGY Co.,Ltd.

CP02 Change in the address of a patent holder