Skip to content

Commit

Permalink
Use the new PGP key
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Mar 31, 2023
1 parent 3d9ab43 commit 223fc78
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/jenkins.io.key | tee /usr/share/keyrings/jenkins-keyring.asc > /dev/null'
sh 'curl -fsSL https://pkg.jenkins.io/debian/jenkins.io-2023.key | tee /usr/share/keyrings/jenkins-keyring.asc > /dev/null'
}

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

0 comments on commit 223fc78

Please sign in to comment.