KJW
KJW

Reputation: 15251

Hudson: how to disable build delete confirmation?

I am sending a simple GET request via the API

http://myhudson/job/jobname/lastBuild/delete

however, hudson seems to require delete confirmation button to be pressed. How can I disable this ?

Upvotes: 1

Views: 129

Answers (1)

VonC
VonC

Reputation: 1327696

would (not tested)

http://myhudson/job/jobname/lastBuild/doDelete

works better?

Upvotes: 1

Related Questions