-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
jenkins-vars.yml
33 lines (32 loc) · 952 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
31
32
33
---
# jenkins variables
project_name: docker-pwndrop
external_type: github_stable
release_type: stable
release_tag: latest
ls_branch: master
repo_vars:
- EXT_GIT_BRANCH = 'master'
- EXT_USER = 'kgretzky'
- EXT_REPO = 'pwndrop'
- CONTAINER_NAME = 'pwndrop'
- BUILD_VERSION_ARG = 'PWNDROP_RELEASE'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-pwndrop'
- DOCKERHUB_IMAGE = 'linuxserver/pwndrop'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/pwndrop'
- PR_DOCKERHUB_IMAGE = 'lspipepr/pwndrop'
- DIST_IMAGE = 'alpine'
- MULTIARCH='true'
- CI='true'
- CI_WEB='true'
- CI_PORT='8080'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV='TZ=US/Pacific'
- CI_AUTH='user:password'
- CI_WEBPATH='/pwndrop'
sponsor_links:
- { name: "Pwndrop - Patreon", url: "https://patreon.com/mrgretzky" }
- { name: "Pwndrop - Ko-fi", url: "https://ko-fi.com/mrgretzky" }
- { name: "Pwndrop - Liberapay", url: "https://liberapay.com/mrgretzky" }