Skip to content

Commit

Permalink
Fix JSON_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed May 14, 2024
1 parent dd4c76e commit 6f0e6a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pipeline {
GITLAB_NAMESPACE=credentials('gitlab-namespace-id')
DOCKERHUB_TOKEN=credentials('docker-hub-ci-pat')
JSON_URL = 'https://api.github.com/repos/nzbgetcom/nzbget/git/matching-refs/tags/testing'
JSON_PATH = ''.[].object.sha'
JSON_PATH = '.[].object.sha'
BUILD_VERSION_ARG = 'NZBGET_RELEASE'
LS_USER = 'linuxserver'
LS_REPO = 'docker-nzbget'
Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ release_tag: testing
ls_branch: testing
repo_vars:
- JSON_URL = 'https://api.github.com/repos/nzbgetcom/nzbget/git/matching-refs/tags/testing'
- JSON_PATH = ''.[].object.sha'
- JSON_PATH = '.[].object.sha'
- BUILD_VERSION_ARG = 'NZBGET_RELEASE'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-nzbget'
Expand Down

0 comments on commit 6f0e6a9

Please sign in to comment.