Demonstrate how to build a backup and copy files in jenkins?
Answer / Alpna Bharti
"To build a backup and copy files in Jenkins, follow these steps:n1. Install the Copy Artifact plugin.n2. In your job configuration, add Post-build Actions of type "Copy Artifacts".n3. Configure the Copy Artifacts step to copy the desired artifact from a previous build.n4. Add another Post-build Action of type Execute Shell and write the command to copy the artifact to the desired location using scp or cp.".
| Is This Answer Correct ? | 0 Yes | 0 No |
How to trigger a build remotely from jenkins? How to configure git post commit hook?
What are scripted pipelines in jenkins?
Demonstrate how to build a backup and copy files in jenkins?
What are the various ways in which build can be scheduled in jenkins?
What are the basic requirements for installing jenkins?
What is the tool used for provisioning and configuration?
How you can deploy a custom build of a core plugin?
Can you define a continuous delivery workflow?
Why do we use pipelines in jenkins?
What are the pre-requisites for using jenkins?
How schedule a build in jenkins?
How does jenkins authenticate users?