在通过python 调用jenkinsapi的时候,需要对一些作业进行定时对构建

python调用jenkinsapi

 

 

报错:

<title>Error 403 No valid crumb was included in the request</title>\n</head>\n<body><h2>HTTP ERROR 403</h2> 

原因是在jenkins的安全配置里勾选里下面这个选项,在预防跨站点请求,将其勾掉即可。

python调用jenkinsapi

 

相关文章:

  • 2021-07-30
  • 2021-12-05
  • 2021-12-26
  • 2021-07-08
  • 2021-05-14
  • 2021-10-02
  • 2021-08-31
  • 2021-12-31
猜你喜欢
  • 2021-12-10
  • 2022-12-23
  • 2021-09-22
  • 2022-12-23
  • 2021-10-08
  • 2022-12-23
相关资源
相似解决方案