The GitHub Dynamic Dictionary is a XL Deploy plugin that adds capability to define dictionary whose the content is a property file stored and managed on GitHub.
Place the plugin JAR file into your SERVER_HOME/plugins
directory.
Below a screenshot that defines the parameters of the github.DynamicDictionary
The expected format of the property file is a standard properties
file. For example:
propx=valuex
propy=valuey
./gradlew clean test -PGithubClientTestToken=<GitHubToken>
$./gradlew candidate
This command automatically tags the version, pushes it remotely and trigger a release candidate build using github actions.
$./gradlew final
This command automatically tags the version, pushes it remotely and trigger a release build using github actions.
Icons made by Dave Gandy from www.flaticon.com