Skip to content

Commit

Permalink
Release 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
credman committed Jan 13, 2022
1 parent 6db14ce commit 4d58adc
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 @@ -8,6 +8,8 @@ def tag_pattern = /^(\d+\.\d+\.\w+)$/
def grouper_src_branch = "GROUPER_RELEASE_${git_tag}"

node('docker') {
sh 'env | sort'

if (git_tag ==~ tag_pattern ) {
stage("PgpImport") {
withCredentials([file(credentialsId: 'grouper-pgp', variable: 'GPG_KEYS')]) {
Expand Down

0 comments on commit 4d58adc

Please sign in to comment.