-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathjenkins-vars.yml
More file actions
26 lines (25 loc) · 668 Bytes
/
jenkins-vars.yml
File metadata and controls
26 lines (25 loc) · 668 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
---
# jenkins variables
project_name: docker-baseimage-rdesktop
external_type: os
release_type: stable
release_tag: ubuntunoble
ls_branch: master
repo_vars:
- BUILD_VERSION_ARG = 'XRDP_VERSION'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-baseimage-rdesktop'
- CONTAINER_NAME = 'baseimage-rdesktop'
- DOCKERHUB_IMAGE = 'lsiobase/rdesktop'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/rdesktop-base'
- PR_DOCKERHUB_IMAGE = 'lspipepr/rdesktop-base'
- DIST_IMAGE = 'ubuntu'
- MULTIARCH='true'
- CI='true'
- CI_WEB='false'
- CI_PORT='3389'
- CI_SSL='false'
- CI_DOCKER_LOGS_TIMEOUT='120'
- CI_DOCKERENV='TZ=US/Pacific'
- CI_AUTH=''
- CI_WEBPATH=''