InterviewSolution
| 1. |
What is backup plugin in Jenkins? |
|
Answer» Jenkins Backup Plugin is used to take a back up of the configurations and settings so as to use them later on if there is any failure. We can follow the following STEPS for backing up our settings by utilizing the Backup Plugin. Stage 2: Once we click on Manage Plugins it opens up the below page. Stage 3: Click on Available section in the below page and search for ThinBackup in the filter section. Once we click on the selected it will start installing the plug-in the backend. Stage 4: After successful installation, the below SCREEN will POP up. Click the settings sections highlighted below. Stage 5: Here we have to fill the basic details like backup directory as shown on the below screen and save the settings. The back-up will be stored to the Backup Directory. Stage 6: We can test if a backup is working on not by clicking on Backup Now as shown in the below picture. Stage 7: We can navigate to the back-up directory defined in ThinBackup Settings to check if a backup EXISTS or not. |
|