Explain how to create a backup and copy files in jenkins?
Answer / Akhilesh Kumar Awasthi
To create a backup and copy files in Jenkins, you can use the Copy Artifact plugin. Here are the steps:n1. Install the Copy Artifact plugin.n2. In the build configuration of your project, go to 'Post-build Actions'.n3. Select 'Add post-build action' and choose 'Copy artifacts'n4. In the 'Advanced mode', select the project whose artifacts you want to copy as 'Source projects' and specify the files you want to copy under 'Files to copy'.n5. Save your changes and trigger a build.nFor backing up files, you can create a separate job that copies the required artifacts and archives them.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which scm tools jenkins supports?
What is the solution if you find a broken build for your project?
What are ci tools?
What are the types of jobs or projects in jenkins?
What do you know about cloud computing?
What is the requirement for using Jenkins?
What is the difference between jenkins and bamboo?
Give any simple example of jenkins script.
How to move or copy jenkins from one server to another?
What are the various ways in which the build can be scheduled in jenkins?
Explain how you can clone a Git repository via Jenkins?
What are the two components (pre-requisites) that jenkins is mainly integrated with?