Merge branch '3.0.x' into 3.1.x

This commit is contained in:
Phillip Webb 2023-11-13 09:27:45 -08:00
commit 211e8c004a

View File

@ -57,7 +57,6 @@ This provides only one argument to the batch job: `someParameter=someValue`.
[[howto.batch.restarting-a-failed-job]]
=== Restarting a stopped or failed Job
To restart a failed `Job`, all parameters (identifying and non-identifying) must be re-specified on the command line.
Non-identifying parameters are *not* copied from the previous execution.
This allows them to be modified or removed.