parent
d9a38abadb
commit
4c85f10acb
|
@ -32,7 +32,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sh './gradlew publish'
|
||||
withCredentials([usernameColonPassword(credentialsId: 'curseforge_key', variable: 'CURSEFORGE_KEY')]) {
|
||||
withCredentials([string(credentialsId: 'curseforge_key', variable: 'CURSEFORGE_KEY')]) {
|
||||
sh './gradlew -Pcurseforge.api_key="${CURSEFORGE_KEY}" curseforge'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue