jenkins api interface extended
Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
This commit is contained in:
@@ -126,6 +126,11 @@ export interface JenkinsApi {
|
||||
buildNumber: string;
|
||||
}): Promise<Build>;
|
||||
|
||||
getJobBuilds(options: {
|
||||
entity: CompoundEntityRef;
|
||||
jobFullName: string;
|
||||
}): Promise<Job>;
|
||||
|
||||
retry(options: {
|
||||
entity: CompoundEntityRef;
|
||||
jobFullName: string;
|
||||
|
||||
Reference in New Issue
Block a user