Skip to content

Commit

Permalink
fix: use the new GPG 2023 key
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal committed Apr 5, 2023
1 parent e72caed commit 839a6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def generateParallelSteps(labels) {
}

stage('Add the apt key') {
sh 'curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io.key | tee /usr/share/keyrings/jenkins-keyring.asc > /dev/null'
sh 'curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key | tee /usr/share/keyrings/jenkins-keyring.asc > /dev/null'
}

stage('Install Jenkins from apt') {
Expand Down

0 comments on commit 839a6b8

Please sign in to comment.