I would want to launch a build of a Jenkins build job, without using plugins, but using a python script. Is there a function to do that ?
Example : I've a "job1" and a "job2". In a script of job1, I want to write something like "start(job2)"...
Any suggestion ?