1
0

adding pipeline logic, multi arch, and rebase to alpine 3.8

This commit is contained in:
thelamer
2019-02-19 20:18:06 -08:00
parent 12785b1711
commit 63adf950ec
7 changed files with 1018 additions and 57 deletions

26
jenkins-vars.yml Normal file
View File

@ -0,0 +1,26 @@
---
# jenkins variables
project_name: docker-oscam
external_type: os
release_type: stable
release_tag: latest
ls_branch: master
repo_vars:
- BUILD_VERSION_ARG = 'OSCAM_VERSION'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-oscam'
- CONTAINER_NAME = 'oscam'
- DOCKERHUB_IMAGE = 'linuxserver/oscam'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/oscam'
- PR_DOCKERHUB_IMAGE = 'lspipepr/oscam'
- DIST_IMAGE = 'alpine'
- MULTIARCH='true'
- CI='true'
- CI_WEB='true'
- CI_PORT='8888'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV='TZ=US/Pacific'
- CI_AUTH='user:password'
- CI_WEBPATH=''