This commit is contained in:
leedongmyung[desktop] 2023-11-15 22:55:40 +09:00
parent 10ebc81ee1
commit 290fb56716

View file

@ -138,6 +138,8 @@ class Application {
}
}
print(content);
var temp = File('${_jenkinsData!.workspace}/param_temp.bat');
var bat = '';
for (var param in params) {