当我尝试在远程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
的结果相同。
关于如何解决这个问题的任何想法?