by admin | Jan 22, 2021 | Jenkins
Advantages of Jenkins Jenkins is not the only option for continuous integration in the market; however, there are some other tools also available to do the same. But the Jenkins is more important and most widely used because of its use and amazing features. It would...
by admin | Jan 22, 2021 | Jenkins
Glossary used in Jenkins Here are some words that you must be aware of. These are very popular in Jenkins world. It is Jenkins’s vocabulary that will help you when you start using the Jenkins tool. Artifact: It is an immutable file that is generated during the...
by admin | Jan 22, 2021 | Jenkins
Jenkins Agent In general, Jenkins uses the master-slave architecture to develop software. Jenkins agents are nothing, but probably you can say that Jenkins slaves are Jenkins agent. Jenkins agents are like a machine or Container, which connects with the Jenkins...
by admin | Dec 29, 2020 | Jenkins
Pipeline run details view: Blue Ocean’s pipeline run details view section displays all the details about a single pipeline run. This section also allows you to make a modification in that run or restart that run. Here are some features (options) and details of...
by admin | Dec 29, 2020 | Jenkins
Activity View in Blue Ocean: Blue Ocean’s activity view displays all the activity of a single pipeline process on the screen. Activity view has a navigation bar on the screen, which contains all the options related to the pipeline process. Navigation bar:...
by admin | Dec 29, 2020 | Jenkins
Blue Ocean’s Dashboard: Whenever you open the Blue Ocean, the default view (screen) that comes out is known as the Blue Ocean’s Dashboard. The Blue Ocean’s dashboard shows the pipeline project’s overview, which is currently running on the...
by admin | Dec 29, 2020 | Jenkins
Creating a pipeline using Blue Ocean: You can create the pipeline by using the Jenkins file, but creating a Jenkins pipeline by using the Blue Ocean is easy. Blue Ocean pipeline editor makes it easier. If you are familiar with CI and CD concept, this will be easier...
by admin | Dec 27, 2020 | Jenkins
Blue Ocean: Jenkins Blue Ocean is created on the basis of the user’s Jenkins experience. It is mainly designed for the pipeline process, but it can also perform freestyle jobs. Blue Ocean reduces the disorder and chaos caused by the Jenkins and also increases the...
by admin | Dec 27, 2020 | Jenkins
The Jenkins Pipeline The Jenkins pipeline is a collection of codes written in a Jenkins file, allows the Jenkins to operate in a sequence. It provides a platform to run each job simultaneously. The pipeline enables the workflow of the jobs by using the pipeline...
by admin | Oct 10, 2020 | Jenkins
Jenkins Distributed Architecture: In many cases, you require testing your build jobs in different environments, which is not possible to handle it with a single Jenkins server. The creation of a heavy project also requires more than a single server, because a single...