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

Commit 66b3a23

Browse files
Merge pull request #54 from linuxserver/jenkins
fix container name
2 parents b7c89b2 + 6c6c398 commit 66b3a23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pipeline {
1313
BUILD_VERSION_ARG = 'OPENVPNAS_VERSION'
1414
LS_USER = 'linuxserver'
1515
LS_REPO = 'docker-openvpnas'
16-
CONTAINER_NAME = 'openvpn-as'
16+
CONTAINER_NAME = 'openvpnas'
1717
DOCKERHUB_IMAGE = 'linuxserver/openvpn-as'
1818
DEV_DOCKERHUB_IMAGE = 'lsiodev/openvpn-as'
1919
PR_DOCKERHUB_IMAGE = 'lspipepr/openvpn-as'

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repo_vars:
1111
- BUILD_VERSION_ARG = 'OPENVPNAS_VERSION'
1212
- LS_USER = 'linuxserver'
1313
- LS_REPO = 'docker-openvpnas'
14-
- CONTAINER_NAME = 'openvpn-as'
14+
- CONTAINER_NAME = 'openvpnas'
1515
- DOCKERHUB_IMAGE = 'linuxserver/openvpn-as'
1616
- DEV_DOCKERHUB_IMAGE = 'lsiodev/openvpn-as'
1717
- PR_DOCKERHUB_IMAGE = 'lspipepr/openvpn-as'

0 commit comments

Comments
 (0)