How can i update a jenkins job using the api

前端 未结 6 510
青春惊慌失措
青春惊慌失措 2020-12-24 07:47

I have to create/update a jenkins job using its api because all of my jobs are using parameters which are also used by other scripts and I am trying to centralize the script

6条回答
  •  [愿得一人]
    2020-12-24 08:25

    in case anyone else is also looking for the same answer,

    It appears the solution is far easier, all you have to do is update the config.xml and post the updated config.xml back to jenkins and your job will be updated.

提交回复
热议问题