Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change gpg key to last 8 characters for older gpg compatibility
credman committed Feb 16, 2022
1 parent 8e6728b commit d2681a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -3,7 +3,7 @@ def jdk_id = 'Corretto-JDK8'
def maven_id = 'Maven-3.8.4'
def gpg_cred_id = 'grouper-gpg-key'
def sonatype_cred_id = 'grouper-sonatype-login'
def gpg_key = '1D3F3E9E30C7F312'
def gpg_key = '30C7F312'

def git_tag = env.TAG_NAME ?: env.BRANCH_NAME
def tag_pattern = /^(\d+\.\d+\.\w+)$/

0 comments on commit d2681a5

Please sign in to comment.