Calling a Jenkins build from outside of Jenkins?

后端 未结 10 2086
刺人心
刺人心 2020-11-27 15:49

I am new to Jenkins, and I\'m not sure if this is possible, but I would like to set up a web interface where somebody could click \"Start Job\" and this will tell Jenkins to

10条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-27 16:30

    There is a good sample of using the above API from Python. The project is called Python Jenkins, and you may find it here: link

提交回复
热议问题