Jenkins – Backup Plugin
Jenkins has a backup plugin that can be used to back up critical configuration settings related to Jenkins. Follow the steps given below to have a backup in place. Step…
Jenkins has a backup plugin that can be used to back up critical configuration settings related to Jenkins. Follow the steps given below to have a backup in place. Step…
In Jenkins, you have the ability to set up users and their relevant permissions on the Jenkins instance. By default, you will not want everyone to be able to define…
To get the list of all plugins available within Jenkins, one can visit the link − https://wiki.jenkins-ci.org/display/JENKINS/Plugins We’ve already seen many instances for installing plugins, let’s look at some other maintenance…
Jenkins provides good support for providing continuous deployment and delivery. If you look at the flow of any software development through deployment, it will be as shown below. The main…
The following are some of the basic activities you will carry out, some of which are best practices for Jenkins server maintenance URL Options The following commands when appended to…
There are various plugins that are available in Jenkins to showcase metrics for builds that are carried out over a period of time. These metrics are useful to understand your…
There are many plugins available that can be used to transfer the build files after a successful build to the respective application/webserver. An example is the “Deploy to container Plugin”.…
In this chapter, we will see how to put all the mockups of the project together and export them in PNG images or a PDF file. If you were to…
Scenario outline basically replaces variable/keywords with the value from the table. Each row in the table is considered to be a scenario. Let’s continue with the same example of Facebook login…
Now that we have created the pages, the critical part is making them appear in an order like a web page. In our example, the navigation is achieved using the link…