Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
debug java
chubing committed Feb 16, 2022
1 parent d2681a5 commit 541e0b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
@@ -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'
}
}

0 comments on commit 541e0b2

Please sign in to comment.