You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-06-15 00:05:11 +02:00
review fixes
This commit is contained in:
@ -2,20 +2,17 @@
|
||||
|
||||
node() {
|
||||
|
||||
stage('prepare') {
|
||||
stage('prepare') {
|
||||
checkout scm
|
||||
setupCommonPipelineEnvironment script:this
|
||||
}
|
||||
|
||||
checkout scm
|
||||
stage('build') {
|
||||
mtaBuild script: this
|
||||
}
|
||||
|
||||
setupCommonPipelineEnvironment script:this
|
||||
}
|
||||
|
||||
stage('build') {
|
||||
mtaBuild script: this
|
||||
}
|
||||
|
||||
stage('deploy') {
|
||||
def mtarFilePath = commonPipelineEnvironment.getMtarFilePath()
|
||||
|
||||
cloudFoundryDeploy( script: this, mtaPath: mtarFilePath)
|
||||
}
|
||||
}
|
||||
stage('deploy') {
|
||||
def mtarFilePath = commonPipelineEnvironment.getMtarFilePath()
|
||||
cloudFoundryDeploy( script: this, mtaPath: mtarFilePath)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user