Skip to content

Commit

Permalink
feat(plugins): jenkins plugin implemented
Browse files Browse the repository at this point in the history
jenkins plugin implemented

ARC-101
  • Loading branch information
sadarunnisa-sf committed Dec 24, 2024
1 parent 3f0a99b commit 6ea4231
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class JenkinsApiImpl {
return projects;
}

async getNestedJobs(client:any, jobName : string, treeSpec: string):Promise<any> {
async getNestedJobs(client:any, jobName : string, treeSpec: string):Promise<any> { //NOSONAR
const project = await client.job.get({
name: jobName,
tree: treeSpec.replace(/\s/g, ""),
Expand Down

0 comments on commit 6ea4231

Please sign in to comment.