mirror of
https://github.com/linuxserver/docker-modmanager.git
synced 2026-01-21 04:22:06 +08:00
Fix jenkins vars
This commit is contained in:
parent
c54d99e471
commit
4eaf89889b
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -19,12 +19,12 @@ pipeline {
|
||||
DOCKERHUB_TOKEN=credentials('docker-hub-ci-pat')
|
||||
QUAYIO_API_TOKEN=credentials('quayio-repo-api-token')
|
||||
GIT_SIGNING_KEY=credentials('484fbca6-9a4f-455e-b9e3-97ac98785f5f')
|
||||
CONTAINER_NAME = modmanager'
|
||||
CONTAINER_NAME = 'modmanager'
|
||||
BUILD_VERSION_ARG = 'OS'
|
||||
LS_USER = 'linuxserver'
|
||||
LS_REPO = 'docker-modmanager'
|
||||
DOCKERHUB_IMAGE = 'linuxserver/modmanager'
|
||||
DEV_DOCKERHUB_IMAGE = 'lsiodev/modmanagerc'
|
||||
DEV_DOCKERHUB_IMAGE = 'lsiodev/modmanager'
|
||||
PR_DOCKERHUB_IMAGE = 'lspipepr/modmanager'
|
||||
DIST_IMAGE = 'alpine'
|
||||
MULTIARCH='true'
|
||||
|
||||
@ -59,7 +59,7 @@ The Modmanager container will download all needed mods on startup and then check
|
||||
You can then mount your `/modcache` path into any other Linuxserver container and they will pull their mods from there rather than downloading them each time.
|
||||
|
||||
>[!NOTE]
|
||||
>If a mod requires additional packages to be installed, the container will still need to download them each time it is recreated.
|
||||
>If a mod requires additional packages to be installed, each container will still need to download them each time it is recreated.
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
@ -7,12 +7,12 @@ release_type: stable
|
||||
release_tag: latest
|
||||
ls_branch: main
|
||||
repo_vars:
|
||||
- CONTAINER_NAME = modmanager'
|
||||
- CONTAINER_NAME = 'modmanager'
|
||||
- BUILD_VERSION_ARG = 'OS'
|
||||
- LS_USER = 'linuxserver'
|
||||
- LS_REPO = 'docker-modmanager'
|
||||
- DOCKERHUB_IMAGE = 'linuxserver/modmanager'
|
||||
- DEV_DOCKERHUB_IMAGE = 'lsiodev/modmanagerc'
|
||||
- DEV_DOCKERHUB_IMAGE = 'lsiodev/modmanager'
|
||||
- PR_DOCKERHUB_IMAGE = 'lspipepr/modmanager'
|
||||
- DIST_IMAGE = 'alpine'
|
||||
- MULTIARCH='true'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user