quotes in jf

master
rforstner 2022-01-26 17:16:09 +01:00
parent fc80168c68
commit bc79a1159c
1 changed files with 11 additions and 0 deletions

11
Jenkinsfile vendored
View File

@ -114,6 +114,17 @@
}
}
stage('Execute Export Script TERRAFORM') {
steps {
sh 'chmod 755 ./bin/terraform-provider-dynatrace_v1.9.1'
//Only required once CN is not reachable from EMEA
//loopEnvironments(environments)
}
}
stage('Execute Export Script TERRAFORM') {
steps {