在调用Jenkins作业远程触发器时获取302代码

时间:2018-04-19 18:30:15

标签: jenkins

当我尝试在远程Jenkins服务器上触发作业时,我间歇性地得到 302 响应,我们无法依赖此触发器,因为当我们获得302代码时,作业不是触发

我尝试使用 scheduleNotification(hour: 16, minutes:00, completion: {success in if success { print("Successfully scheduled notification") } else { print("Could not schedule notification") } }) ,但它没有帮助,与curl -L的结果相同。

关于如何解决这个问题的任何想法?

1 个答案:

答案 0 :(得分:0)

我们今天遇到了这个问题,我们的问题原来是两台服务器之间的防火墙。我们使用Wireshark调查了该问题,线索位于location响应的302标题中。