Skip to content

Commit

Permalink
test Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lrollus committed May 25, 2021
1 parent 185aff9 commit 0abc91f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ node {
file(credentialsId: 'GPG_PUBLIC_KEY', variable: 'GPG_PUBLIC_KEY_FILE'),
string(credentialsId: 'GPG_KEYNAME', variable: 'GPG_KEYNAME'),
string(credentialsId: 'GPG_PASSPHRASE', variable: 'GPG_PASSPHRASE'),
usernameColonPassword(credentialsId: 'OSSRH_USER', usernameVariable: 'OSSRH_USER', passwordVariable: 'OSSRH_PASSWORD')
usernamePassword(credentialsId: 'OSSRH_USER', usernameVariable: 'OSSRH_USER', passwordVariable: 'OSSRH_PASSWORD')
]
) {
sh 'echo $GPG_PRIVATE_KEY_FILE'
Expand All @@ -40,5 +40,4 @@ node {
sh 'echo $OSSRH_PASSWORD'
sh 'scripts/ciPublish.sh'
}
}
}

0 comments on commit 0abc91f

Please sign in to comment.