1
0
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:
Marcus Holl 2018-02-23 08:56:07 +01:00 committed by GitHub
commit d45720bcda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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