Skip to content

Commit

Permalink
Merge pull request #214 from kwin/feature/document-reexecution-logic-…
Browse files Browse the repository at this point in the history
…for-installhooks

Clarify re-execute logic of groovy scripts installed through InstallHook
  • Loading branch information
nhirrle committed May 22, 2023
2 parents 7ef6ae0 + 4c55ef5 commit b6e323b
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) or in case the previous execution was not successful.

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

## Manual Execution
Expand Down

0 comments on commit b6e323b

Please sign in to comment.