Skip to content

Commit a1ab004

Browse files
committed
fix bad env var for version passing
1 parent 3e3b625 commit a1ab004

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
@@ -19,7 +19,7 @@ pipeline {
1919
DOCKERHUB_TOKEN=credentials('docker-hub-ci-pat')
2020
QUAYIO_API_TOKEN=credentials('quayio-repo-api-token')
2121
GIT_SIGNING_KEY=credentials('484fbca6-9a4f-455e-b9e3-97ac98785f5f')
22-
BUILD_VERSION_ARG = 'handbrake_VERSION'
22+
BUILD_VERSION_ARG = 'HANDBRAKE_VERSION'
2323
LS_USER = 'linuxserver'
2424
LS_REPO = 'docker-handbrake'
2525
CONTAINER_NAME = 'handbrake'

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ release_type: stable
88
release_tag: latest
99
ls_branch: master
1010
repo_vars:
11-
- BUILD_VERSION_ARG = 'handbrake_VERSION'
11+
- BUILD_VERSION_ARG = 'HANDBRAKE_VERSION'
1212
- LS_USER = 'linuxserver'
1313
- LS_REPO = 'docker-handbrake'
1414
- CONTAINER_NAME = 'handbrake'

0 commit comments

Comments
 (0)