Skip to content

Commit ca24565

Browse files
authored
Fix typo
1 parent fbf4091 commit ca24565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/release/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ pipeline {
201201
// https://docs.gradle.org/current/userguide/publishing_gradle_plugins.html#account_setup
202202
usernamePassword(credentialsId: 'gradle-plugin-portal-api-key', passwordVariable: 'GRADLE_PUBLISH_SECRET', usernameVariable: 'GRADLE_PUBLISH_KEY'),
203203
file(credentialsId: 'release.gpg.private-key', variable: 'SIGNING_GPG_PRIVATE_KEY_PATH'),
204-
string(credentialsId: 'release.gpg.passphrase', variable: 'SIGNING_GPG_PASSPHRASE')
204+
string(credentialsId: 'release.gpg.passphrase', variable: 'SIGNING_GPG_PASSPHRASE'),
205205
gitUsernamePassword(credentialsId: 'username-and-token.Hibernate-CI.github.com', gitToolName: 'Default')
206206
]) {
207207
sshagent(['ed25519.Hibernate-CI.github.com', 'hibernate.filemgmt.jboss.org', 'hibernate-ci.frs.sourceforge.net']) {
@@ -263,4 +263,4 @@ pipeline {
263263
}
264264
}
265265
}
266-
}
266+
}

0 commit comments

Comments
 (0)