fix: update Jenkins job trigger URL to use correct endpoint
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
32ba41f1f4
commit
db7576ed17
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user