mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
Fix code climate issues
This commit is contained in:
parent
214bc7a7c3
commit
ed99ac6bf7
@ -29,19 +29,19 @@ In this scenario, we want to show how to implement a basic continuous delivery p
|
|||||||
@Library('piper-library-os') _
|
@Library('piper-library-os') _
|
||||||
|
|
||||||
node(){
|
node(){
|
||||||
stage('Prepare') {
|
stage('Prepare') {
|
||||||
deleteDir()
|
deleteDir()
|
||||||
checkout scm
|
checkout scm
|
||||||
setupCommonPipelineEnvironment script:this
|
setupCommonPipelineEnvironment script:this
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
mtaBuild script:this, buildTarget:'CF'
|
mtaBuild script:this, buildTarget:'CF'
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
cloudFoundryDeploy script:this, deployTool:'mtaDeployPlugin'
|
cloudFoundryDeploy script:this, deployTool:'mtaDeployPlugin'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user