The build and deployment service is an open source continuous integration (CI) tool. It provides based on Jenkins
※ CI (Continuous Integration): Implement a process that applies quality control (a process of reviewing all quality factors related to the production of an entity). It is a method that replaces the existing method of frequently applying small units of work and applying quality control at the very end, and can focus on improving the quality of software and reducing the time required to deploy software.
To use the service, click DevOps > Build & Deploy from the side menu of the ZCP Console.
Jenkins' account is integrated with the user in the ZCP Console and is granted permissions to the Folder with the same name as the Namespace to which it has permissions.
The main features are as follows:
- Source code checkout (Subversion, Git, Perforce, Mercurial, CVS, etc.)
- Build, test (Ant, Maven, MSBuild, shell script, etc.)
- Result logging (binary, test results, code coverage, static analysis)
- Notification functions (Email, IM, RSS, IDEs)
Jenkins has various features
- Support for various OSes
- Easy and fast installation (deploy to WAS in war form, run in daemon form using java command)
- Support for distributed environment (prevent load on Jenkins Master by installing Jenkins Agent)
- Various functions can be expanded with plugins
- Regular build automation
- Automatic distribution of built results
Online consultation
Contact us