We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d8940 commit fba5abfCopy full SHA for fba5abf
jenkins-vars.yml
@@ -3,7 +3,7 @@
3
# jenkins variables
4
project_name: docker-qbittorrent
5
external_type: na
6
-custom_version_command: "curl -sL 'https://api.github.com/repos/userdocs/qbittorrent-nox-static/releases' | jq -r 'first(.[] | select(.prerelease == true) | .tag_name)'"
+custom_version_command: "curl -sL 'https://api.github.com/repos/userdocs/qbittorrent-nox-static/releases' | jq -r 'first(.[] | select(.prerelease == false) | .tag_name)'"
7
release_type: stable
8
release_tag: latest
9
ls_branch: master
0 commit comments