|
@ -208,10 +208,10 @@ global.pipelines=[]; |
|
|
var arrfile = pathfileval.toString().split("-"); |
|
|
var arrfile = pathfileval.toString().split("-"); |
|
|
var pathfile = arrfile[0]; |
|
|
var pathfile = arrfile[0]; |
|
|
var indexfind1 = global.pipelines.findIndex(x => x.pathlogfile==pathfileval); |
|
|
var indexfind1 = global.pipelines.findIndex(x => x.pathlogfile==pathfileval); |
|
|
console.log('file11111111111111111111111111111111 ' + JSON.stringify(pathfileval) |
|
|
console.log('file11111111111111111111111111111111 ' + JSON.stringify(pathfileval)) |
|
|
if (indexfind1 === -1 ){ |
|
|
if (indexfind1 === -1 ){ |
|
|
(async() => { |
|
|
(async() => { |
|
|
console.log('file2222222222222222222222222222222222222 ' + JSON.stringify(pathfileval) |
|
|
console.log('file2222222222222222222222222222222222222 ' + JSON.stringify(pathfileval)) |
|
|
var token = "d2539e5a7ae1f9f1b0eb2b8f22ca467a86d28407"; // desto
|
|
|
var token = "d2539e5a7ae1f9f1b0eb2b8f22ca467a86d28407"; // desto
|
|
|
var resdata = await getpipelines(token,pathfile) |
|
|
var resdata = await getpipelines(token,pathfile) |
|
|
//resdata.data.pathlogfile = 'test'
|
|
|
//resdata.data.pathlogfile = 'test'
|
|
|