1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00

Remove ", buildTarget:'CF'"

Remove ", buildTarget:'CF'" from  Jenkinsfile example
This commit is contained in:
SarahNoack 2019-02-08 13:51:41 +01:00 committed by GitHub
parent a5597a447c
commit 04c0316983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ node(){
}
stage('Build') {
mtaBuild script:this, buildTarget:'CF'
mtaBuild script:this
}
stage('Deploy') {