Merge branch 'master' into backup-return-code

This commit is contained in:
Luigi Operoso 2025-07-10 23:38:36 +02:00 committed by GitHub
commit 94c74868ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ for the Jenkins Operator.
Two commands (e.g. scripts) are required:
- a backup command, e.g. `backup.sh` that takes one argument, a **backup number**
- a restore command, e.g. `backup.sh` that takes one argument, a **backup number**
- a restore command, e.g. `restore.sh` that takes one argument, a **backup number**
Both scripts need to return an exit code of `0` on success and `1` or greater for failure.