Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into 2.6.6
  • Loading branch information
credman committed Feb 16, 2022
2 parents 760c66f + 541e0b2 commit bec6f63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ node('docker') {
withCredentials([file(credentialsId: gpg_cred_id, variable: 'GPG_KEYS')]) {
sh 'gpg --version'
sh 'gpg --keyring=pubring.gpg --no-default-keyring --import $GPG_KEYS || true'
sh 'java --version'
sh 'ls /tmp'
}
}

Expand Down

0 comments on commit bec6f63

Please sign in to comment.