1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-06-17 00:07:42 +02:00

review fixes

This commit is contained in:
Roland Stengel
2019-05-28 18:18:45 +02:00
parent b65f0a2461
commit da502df5b7
6 changed files with 61 additions and 80 deletions

View File

@ -12,7 +12,6 @@ node() {
}
stage('deploy') {
def mtarFilePath = commonPipelineEnvironment.getMtarFilePath()
cloudFoundryDeploy( script: this, mtaPath: mtarFilePath)
cloudFoundryDeploy script: this
}
}