diff --git a/Jenkinsfile b/Jenkinsfile index 0a768f6..94b8f70 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -60,7 +60,7 @@ pipeline { println env.timestamp env.branch = env.timestamp+"-DynatraceConfigurationBackup" dir("/opt/workspace/coco_apm_dynatrace_terraform_backup/") { - sh "git checkout -b \"${env.branch}\" + sh "git checkout -b \"${env.branch}\"" } } }