-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjenkins-vars.yml
More file actions
29 lines (28 loc) · 729 Bytes
/
jenkins-vars.yml
File metadata and controls
29 lines (28 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
# jenkins variables
project_name: docker-ngircd
external_type: alpine_repo
release_type: stable
release_tag: latest
ls_branch: master
repo_vars:
- EXT_GIT_BRANCH = 'master'
- BUILD_VERSION_ARG = 'NGIRCD_RELEASE'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-ngircd'
- CONTAINER_NAME = 'ngircd'
- DOCKERHUB_IMAGE = 'linuxserver/ngircd'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/ngircd'
- PR_DOCKERHUB_IMAGE = 'lspipepr/ngircd'
- DIST_IMAGE = 'alpine'
- DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/v3.22/main/'
- DIST_REPO_PACKAGES = 'ngircd'
- MULTIARCH='true'
- CI='true'
- CI_WEB='false'
- CI_PORT='6667'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV=''
- CI_AUTH=''
- CI_WEBPATH=''