InterviewSolution
Saved Bookmarks
| 1. |
How Can Create A Backup And Copy Files In Jenkins? |
|
Answer» Jenkins saves all the SETTING, build artifacts and logs in its HOME directory, to create a back-up of your Jenkins setup, just copy this directory. You can ALSO copy a job directory to clone or replicate a job or RENAME the directory. Jenkins saves all the setting, build artifacts and logs in its home directory, to create a back-up of your Jenkins setup, just copy this directory. You can also copy a job directory to clone or replicate a job or rename the directory. |
|