-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathjenkins-vars.yml
More file actions
27 lines (26 loc) · 854 Bytes
/
jenkins-vars.yml
File metadata and controls
27 lines (26 loc) · 854 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
---
# jenkins variables
project_name: docker-msedge
external_type: na
custom_version_command: "curl -sL https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/ | awk -F'(<a href=\"microsoft-edge-stable_|_amd64.deb\")' '/href=/ {print $2}' | sort --version-sort | tail -1"
release_type: stable
release_tag: latest
ls_branch: master
repo_vars:
- BUILD_VERSION_ARG = 'EDGE_VERSION'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-msedge'
- CONTAINER_NAME = 'msedge'
- DOCKERHUB_IMAGE = 'linuxserver/msedge'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/msedge'
- PR_DOCKERHUB_IMAGE = 'lspipepr/msedge'
- 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 = ''