[Improvement-14464][Task] Remove the useless taskResultString (#14465)
This commit is contained in:
parent
61ec5e33b1
commit
cff53feaeb
|
|
@ -93,11 +93,6 @@ public abstract class AbstractCommandExecutor {
|
|||
|
||||
protected boolean podLogOutputIsFinished = false;
|
||||
|
||||
/*
|
||||
* SHELL result string
|
||||
*/
|
||||
protected String taskResultString;
|
||||
|
||||
/**
|
||||
* taskRequest
|
||||
*/
|
||||
|
|
@ -370,7 +365,6 @@ public abstract class AbstractCommandExecutor {
|
|||
varPool.append("$VarPool$");
|
||||
} else {
|
||||
logBuffer.add(line);
|
||||
taskResultString = line;
|
||||
}
|
||||
}
|
||||
processLogOutputIsSuccess = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue