Skip to content

Commit

Permalink
Clarify re-execute logic of groovy scripts installed through InstallHook
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed May 19, 2023
1 parent c8bb38c commit 4d0416a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ You can add the install hook by adding de.valtech.aecu.core.installhook.AecuInst
</plugin>
```

The groovy scripts must be covered by the filter, i.e. must be imported into the repository during installation.

By default each Groovy script is only executed once (if it does not end with suffix `.always.groovy`). It will be re-executed though in case any of the groovy scripts have been modified (through the package installation).

<a name="manualExecution"></a>

## Manual Execution
Expand Down

0 comments on commit 4d0416a

Please sign in to comment.