mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-02-22 15:45:39 +01:00
Use ID of settings file.
This commit is contained in:
parent
6b177835ff
commit
5d19200671
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -80,7 +80,7 @@ pipeline {
|
|||
sh 'echo $GPG_SECRET_KEYS | base64 --decode | gpg --batch --import'
|
||||
sh 'echo $GPG_OWNERTRUST | base64 --decode | gpg --import-ownertrust'
|
||||
withMaven(
|
||||
mavenSettingsConfig: 'maven-central'
|
||||
mavenSettingsConfig: 'fb36efbf-1df7-4366-80b5-c40c359a2711'
|
||||
) {
|
||||
sh "mvn deploy"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue