1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-03 15:02:35 +02:00

fix(docs): add description of buildTool for cfDeploy (#2187)

Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
This commit is contained in:
Oliver Feldmann 2020-10-15 19:03:16 +02:00 committed by GitHub
parent 57816e0275
commit 2a0e044e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,9 @@ import static com.sap.piper.Prerequisites.checkScript
@Field String STEP_NAME = getClass().getName()
@Field Set GENERAL_CONFIG_KEYS = [
/**
* This is set in the common pipeline environment by the build tool, e.g. during the mtaBuild step.
*/
'buildTool',
'cloudFoundry',
/**