I have a Jenkins job that is a declarative pipeline. It's URL is <JENKINS_URL>/job/dnscheck/.
I started using Bitbucket projects on Jenkins, and now that Jenkinsfile is also discovered and the same job lives at <JENKINS_URL>/job/website/job/dnscheck/job/master/ I want to copy the entire history (log files etc) from <JENKINS_URL>/job/dnscheck/ to <JENKINS_URL>/job/website/job/dnscheck/job/master/, and then delete <JENKINS_URL>/job/dnscheck/. 1. *Can* I do that? 2. If yes, *how* do I do that? 3. I don't want to overwrite existing files -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/a9b86fad-2032-4f69-8fd5-829b04b0f931%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
