Skip to content

Commit 0b19f44

Browse files
committed
one last test
1 parent dd42cf0 commit 0b19f44

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
@@ -20,7 +20,7 @@ pipeline {
2020
QUAYIO_API_TOKEN=credentials('quayio-repo-api-token')
2121
GIT_SIGNING_KEY=credentials('484fbca6-9a4f-455e-b9e3-97ac98785f5f')
2222
CONTAINER_NAME = 'wireguard'
23-
BUILD_VERSION_ARG = 'WIREGUARD_VERSION'
23+
BUILD_VERSION_ARG = 'WIREGUARD_RELEASE'
2424
LS_USER = 'linuxserver'
2525
LS_REPO = 'docker-wireguard'
2626
DOCKERHUB_IMAGE = 'linuxserver/wireguard'

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ release_tag: latest
88
ls_branch: master
99
repo_vars:
1010
- CONTAINER_NAME = 'wireguard'
11-
- BUILD_VERSION_ARG = 'WIREGUARD_VERSION'
11+
- BUILD_VERSION_ARG = 'WIREGUARD_RELEASE'
1212
- LS_USER = 'linuxserver'
1313
- LS_REPO = 'docker-wireguard'
1414
- DOCKERHUB_IMAGE = 'linuxserver/wireguard'

0 commit comments

Comments
 (0)