RESOLVED - BATCH-1016: Create listener to promote items from Step ExecutionContext to Job ExecutionContext
applied patch and added unit test in core
This commit is contained in:
@@ -16,6 +16,6 @@ public class SkipCheckingListener implements StepExecutionListener {
|
||||
}
|
||||
|
||||
public void beforeStep(StepExecution stepExecution) {
|
||||
stepExecution.getJobExecution().getExecutionContext().put("stepName", stepExecution.getStepName());
|
||||
stepExecution.getExecutionContext().put("stepName", stepExecution.getStepName());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user