Build and deployment services are provided based on the open-source CI (Continuous Integration) tool Jenkins .
※ CI (Continuous Integration): Executes a process that applies Quality Control (a process that reviews all quality factors related to entity production).
It frequently applies small unit tasks and replaces the traditional method of applying Quality Control at the very end, allowing for improvements in software quality and reducing the time required for software deployment.
To use the service, click DevOps > Build and Deploy from the side menu in the ZCP Console.
The Jenkins account is integrated with ZCP Console users, and permissions are granted for the Folder with the same name as the authorized Namespace.
The key features are as follows:
Source code checkout (Subversion, Git, Perforce, Mercurial, CVS, etc.)
- Build and testing (Ant, Maven, MSBuild, shell script, etc.)
- Result logging (binary, test results, code coverage, static analysis)
- Notification features (Email, IM, RSS, IDEs)
Jenkins has various features.
- Supports multiple OS
- Easy and fast installation (deploy as a WAR file to WAS, run as a daemon using Java commands)
- Supports distributed environments (install Jenkins Agent to reduce the load on Jenkins Master)
- Expandable with various functions via plugins
- Automated scheduled builds
- Automatic deployment of built artifacts
Online consultation
Contact us