|
|
@ -93,11 +93,6 @@ public abstract class AbstractCommandExecutor { |
|
|
|
|
|
|
|
|
|
|
|
protected boolean podLogOutputIsFinished = false; |
|
|
|
protected boolean podLogOutputIsFinished = false; |
|
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
|
|
|
* SHELL result string |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
protected String taskResultString; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* taskRequest |
|
|
|
* taskRequest |
|
|
|
*/ |
|
|
|
*/ |
|
|
@ -370,7 +365,6 @@ public abstract class AbstractCommandExecutor { |
|
|
|
varPool.append("$VarPool$"); |
|
|
|
varPool.append("$VarPool$"); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
logBuffer.add(line); |
|
|
|
logBuffer.add(line); |
|
|
|
taskResultString = line; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
processLogOutputIsSuccess = true; |
|
|
|
processLogOutputIsSuccess = true; |
|
|
|