Skip to content

Commit e5a1005

Browse files
committed
Fix typo in snapshot publish file
1 parent c6a1eb6 commit e5a1005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/snapshot-publish.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pipeline {
3636
// https://docs.gradle.org/current/userguide/publishing_gradle_plugins.html#account_setup
3737
usernamePassword(credentialsId: 'gradle-plugin-portal-api-key', passwordVariable: 'GRADLE_PUBLISH_SECRET', usernameVariable: 'GRADLE_PUBLISH_KEY'),
3838
file(credentialsId: 'release.gpg.private-key', variable: 'SIGNING_GPG_PRIVATE_KEY_PATH'),
39-
string(credentialsId: 'release.gpg.passphrase', variable: 'SIGNING_GPG_PASSPHRASE')
39+
string(credentialsId: 'release.gpg.passphrase', variable: 'SIGNING_GPG_PASSPHRASE'),
4040
gitUsernamePassword(credentialsId: 'username-and-token.Hibernate-CI.github.com', gitToolName: 'Default')
4141
]) {
4242
withEnv([

0 commit comments

Comments
 (0)