Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
axelhahn committed Aug 6, 2023
1 parent 6115185 commit 4f21a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/30_Usage/50_Hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ You can place multiple scripts into the subdirs on-ok|on-error|always. To be exe

Their order for execution is alphabetic (by using the sort command). Suggestion is to add numbers in front of a script name.

## What variables you can have access..
## What variables you can access..

Your hooks maybe want to access a few information to send a notification or whatever.
These data may help you to generate a message.

| variable | type | description |
|-------------------|----------|---|
|--- |--- |--- |
| `${CALLSCRIPT}` | {string} | executed command line |
| `${FINALOUTFILE}` | {string} | filename of the final logfile of the job to send as information|
| `${LABELSTR}` | {string} | label of the job|
Expand Down

0 comments on commit 4f21a2f

Please sign in to comment.