Is it possible to exchange jobs between 2 different Jenkins'? I'm searching for a way to export/import jobs.
Probably use jenkins command line is another option, see https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI
So you can do
java -jar jenkins-cli.jar -s http://server get-job myjob > myjob.xml java -jar jenkins-cli.jar -s http://server create-job newmyjob < myjob.xml
It works fine for me and I am used to store in inside my version control system
1.4m articles
1.4m replys
5 comments
57.0k users