- Learning Continuous Integration with Jenkins(Second Edition)
- Nikhil Pathania
- 254字
- 2021-07-02 21:18:31
CI tool
What is a CI tool? Well, it is nothing more than an orchestrator. A CI tool is at the center of the CI system, connected to the Version Control System, build tools, Binary Repository Manager tool, testing and production environments, quality analysis tool, test automation tool, and so on. There are many CI tools: Build Forge, Bamboo, and TeamCity, to name a few. But the prime focus of our book is Jenkins:
Centralized CI server
A CI tool provides options to create pipelines. Each pipeline has its own purpose. There are pipelines to take care of CI. Some take care of testing; some take care of deployments, and so on. Technically, a pipeline is a flow of jobs. Each job is a set of tasks that run sequentially. Scripting is an integral part of a CI tool that performs various kinds of tasks. The tasks may be as simple as copying a folder/file from one location to the other, or they can be complex Perl scripts to monitor machines for file modifications. Nevertheless, the script is getting replaced by the growing number of plugins available in Jenkins. Now you need not script to build a Java code; there are plugins available for it. All you need to do is install and configure a plugin to get the job done. Technically, plugins are nothing but small modules written in Java. They remove the burden of scripting from the developer's head. We will learn more about pipelines in the upcoming chapters.
- Kubernetes修煉手冊
- Getting Started with oVirt 3.3
- Linux操作系統基礎
- Arch Linux Environment Setup How-to
- Haskell Financial Data Modeling and Predictive Analytics
- 高性能Linux服務器構建實戰:運維監控、性能調優與集群應用
- Installing and Configuring Windows 10:70-698 Exam Guide
- Linux網絡內核分析與開發
- RESS Essentials
- 嵌入式Linux應用開發菜鳥進階
- Learning BeagleBone
- Hadoop Real-World Solutions Cookbook
- Office 365 User Guide
- Learn Quantum Computing with Python and IBM Quantum Experience
- Mastering Sass