|
|
|
|
@ -32,7 +32,7 @@ public class ScanRequest {
|
|
|
|
|
{ |
|
|
|
|
this.scmurl = new HashMap<>(); |
|
|
|
|
this.scmurl.put("repo", repo); |
|
|
|
|
this.scmurl.put("ref", repo); |
|
|
|
|
this.scmurl.put("ref", ref); |
|
|
|
|
} |
|
|
|
|
public void executeScan(){ |
|
|
|
|
if(this.brewBuild != null && !this.brewBuild.trim().isEmpty()){ |
|
|
|
|
|