|
|
|
|
@ -39,7 +39,7 @@ public class ScanRequest {
|
|
|
|
|
btr = new brewTaskRun(); |
|
|
|
|
btr.invokeScanTask(this.brewBuild); |
|
|
|
|
} |
|
|
|
|
else (this.scmurl != null && !this.scmurl.isEmpty()) |
|
|
|
|
else if (this.scmurl != null && !this.scmurl.isEmpty()) |
|
|
|
|
{ |
|
|
|
|
plr = new scmUrlPipelineRun(); |
|
|
|
|
plr.invokeOshScmScanPipeline(this.scmurl.get("repo"), this.scmurl.get("ref")); |
|
|
|
|
|