mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
Merge pull request #92 from marcusholl/pr/removeEmptyDefaultForNeoCredentialsId
Remove empty string as default for neo credentials id
This commit is contained in:
commit
d45720bcda
@ -98,7 +98,7 @@ def call(parameters = [:]) {
|
||||
|
||||
def deployHost
|
||||
def deployAccount
|
||||
def credentialsId = configuration.get('neoCredentialsId', '')
|
||||
def credentialsId = configuration.get('neoCredentialsId')
|
||||
def deployMode = configuration.deployMode
|
||||
def warAction
|
||||
def propertiesFile
|
||||
|
Loading…
x
Reference in New Issue
Block a user