fix: update Jenkins job trigger URL to use correct endpoint

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-31 01:03:59 +08:00
parent 32ba41f1f4
commit db7576ed17

View File

@ -639,7 +639,7 @@ func triggerJenkinsJob(job jobRequest) bool {
jobPath = "job/" + jobPath
}
jenkinsURL := fmt.Sprintf("%s/%s/buildWithParameters", jenkinsBaseURL, jobPath)
jenkinsURL := fmt.Sprintf("%s/%s/build", jenkinsBaseURL, jobPath)
logDebug("Triggering Jenkins job URL: %s", jenkinsURL)