Skip to content

Commit

Permalink
Merge pull request #380 from cgarcia-l/fix-gpg-key
Browse files Browse the repository at this point in the history
fix: Use new Debian repository signing keys
  • Loading branch information
geerlingguy authored Sep 6, 2023
2 parents 956627f + 222c9db commit 99eeea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/Debian.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
__jenkins_repo_url: deb https://pkg.jenkins.io/debian{{ '-stable' if (jenkins_prefer_lts | bool) else '' }} binary/
__jenkins_repo_key_url: https://pkg.jenkins.io/debian{{ '-stable' if (jenkins_prefer_lts | bool) else '' }}/jenkins.io.key
__jenkins_repo_key_url: https://pkg.jenkins.io/debian{{ '-stable' if (jenkins_prefer_lts | bool) else '' }}/jenkins.io-2023.key
__jenkins_pkg_url: https://pkg.jenkins.io/debian/binary

0 comments on commit 99eeea3

Please sign in to comment.