Jenkins

Copy Jobs between Jenkin servers


There is a command line to tool for copying Jobs between servers .To do that ,download the jenkincli.jar from Jenkins ->Manage Jenkin -Jenkin Cli. Now lets go the command line where your jenkin cli downloaded and run the below command , java -jar jenkins-cli.jar -s https://server1.com/ copy-job SRC DST Copies a job. SRC : Name… Continue reading Copy Jobs between Jenkin servers