Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #53 from linuxserver/jenkins
Browse files Browse the repository at this point in the history
fix docker repo and container names
  • Loading branch information
ironicbadger authored Feb 11, 2019
2 parents 8dc333f + efc7138 commit b7c89b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ pipeline {
BUILD_VERSION_ARG = 'OPENVPNAS_VERSION'
LS_USER = 'linuxserver'
LS_REPO = 'docker-openvpnas'
CONTAINER_NAME = 'openvpnas'
DOCKERHUB_IMAGE = 'linuxserver/openvpnas'
DEV_DOCKERHUB_IMAGE = 'lsiodev/openvpnas'
PR_DOCKERHUB_IMAGE = 'lspipepr/openvpnas'
CONTAINER_NAME = 'openvpn-as'
DOCKERHUB_IMAGE = 'linuxserver/openvpn-as'
DEV_DOCKERHUB_IMAGE = 'lsiodev/openvpn-as'
PR_DOCKERHUB_IMAGE = 'lspipepr/openvpn-as'
DIST_IMAGE = 'ubuntu'
MULTIARCH='false'
CI='true'
Expand Down
8 changes: 4 additions & 4 deletions jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ repo_vars:
- BUILD_VERSION_ARG = 'OPENVPNAS_VERSION'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-openvpnas'
- CONTAINER_NAME = 'openvpnas'
- DOCKERHUB_IMAGE = 'linuxserver/openvpnas'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/openvpnas'
- PR_DOCKERHUB_IMAGE = 'lspipepr/openvpnas'
- CONTAINER_NAME = 'openvpn-as'
- DOCKERHUB_IMAGE = 'linuxserver/openvpn-as'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/openvpn-as'
- PR_DOCKERHUB_IMAGE = 'lspipepr/openvpn-as'
- DIST_IMAGE = 'ubuntu'
- MULTIARCH='false'
- CI='true'
Expand Down

0 comments on commit b7c89b2

Please sign in to comment.