-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jenkins-vars.yml
30 lines (29 loc) · 922 Bytes
/
jenkins-vars.yml
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
30
---
# jenkins variables
project_name: docker-python
external_type: na
custom_version_command: "curl -sX GET https://github.com/repos/python/cpython/tags | jq -r '.[] | select(.name | contains(\"rc\") or contains(\"a\") or contains(\"b\") | not) | .name' | sed 's|^v||g' | sort -rV | head -1"
release_type: stable
release_tag: alpine320
ls_branch: alpine320
skip_package_check: true
unraid_template_sync: false
unraid_template: false
repo_vars:
- BUILD_VERSION_ARG = 'PYTHON_VERSION'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-python'
- CONTAINER_NAME='python'
- DOCKERHUB_IMAGE = 'linuxserver/python'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/python'
- PR_DOCKERHUB_IMAGE = 'lspipepr/python'
- DIST_IMAGE = 'alpine'
- MULTIARCH='true'
- CI='false'
- CI_WEB='false'
- CI_PORT='8090'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV='TZ=US/Pacific'
- CI_AUTH='user:password'
- CI_WEBPATH=''