Skip to content

Instantly share code, notes, and snippets.

name: TebexMinecraft
version: 0.1.0
build: ./build.sh # the build step / build command
artifacts:
- TebexBukkit: # Proper name
match: "tebex-*bukkit*.jar" # output filename search regex
image: tebexio/MinecraftServer # docker image of the test environment
dir: /home/bukkit-server/plugins/ # where in the container the artifact is placed