New Job can be created using create_job()
API and new view can be created using create_view()
API. But how can I add the new job that is created to the new view?
I am referring to https://python-jenkins.readthedocs.io/en/latest/api.html
New Job can be created using create_job()
API and new view can be created using create_view()
API. But how can I add the new job that is created to the new view?
I am referring to https://python-jenkins.readthedocs.io/en/latest/api.html
There is no direct method for creating a job in view. To add job in view is necessary get view XML and add job name in tag "string".