Is there a way to execute a specific action on a build, via the API?
For example, using a system groovy script, how would one kick off the "Tag
this build" action?
I can access the build I want to tag. I know how to schedule a build.
However if i call the schedule build passing the tag action, it just builds
the project, it doesn't execute the TagAction.
For example, using a system groovy script, how would one kick off the "Tag
this build" action?
I can access the build I want to tag. I know how to schedule a build.
However if i call the schedule build passing the tag action, it just builds
the project, it doesn't execute the TagAction.