-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathjenkins-vars.yml
More file actions
28 lines (27 loc) · 858 Bytes
/
jenkins-vars.yml
File metadata and controls
28 lines (27 loc) · 858 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
---
# jenkins variables
project_name: docker-chrome
external_type: na
custom_version_command: "curl -sX GET http://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages | grep -A 7 -m 1 'Package: google-chrome-stable' | awk -F ': ' '/Version/{print $2;exit}'"
release_type: stable
release_tag: latest
ls_branch: master
build_armhf: false
repo_vars:
- BUILD_VERSION_ARG = 'CHROME_VERSION'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-chrome'
- CONTAINER_NAME = 'chrome'
- DOCKERHUB_IMAGE = 'linuxserver/chrome'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/chrome'
- PR_DOCKERHUB_IMAGE = 'lspipepr/chrome'
- DIST_IMAGE = 'ubuntu'
- MULTIARCH = 'false'
- CI = 'true'
- CI_WEB = 'true'
- CI_PORT = '3001'
- CI_SSL = 'true'
- CI_DELAY = '120'
- CI_DOCKERENV = 'TZ=US/Pacific'
- CI_AUTH = 'user:password'
- CI_WEBPATH = ''