JIRA-1367 [FEATURE] updated DRY RUN PARAM

feature/dynatrace_config_testing
qxv1135 2021-04-22 23:09:03 +05:30
parent 669c60048b
commit 71cfd54e1c
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -83,9 +83,9 @@
description: 'Select Application(s)'
],
[
name: 'DRY_RUN',
name: 'DRY_RUN_ONLY',
$class: 'BooleanParameterDefinition',
defaultValue: false,
defaultValue: true,
description: 'Do you want to execute a dry run only?'
]
]
@ -131,7 +131,7 @@
stage('Dynatrace config deployment') {
when {
expression { params.DRY_RUN == false }
expression { params.DRY_RUN_ONLY == false }
}
steps {
script {