Might be useful if you look at the job import plugin, since you can import jobs between jenkins instances. Rather than copying files or running jenkins CLI.
BTW, you can get rid of that actions if you use some Configuration as Code paradigms such as JobDSL, Pipeline or Jenkins builder
Cheers