test terraform

master
ermisw 2023-10-03 10:26:25 +02:00
parent ab30e55e74
commit 9f98b33d0b
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -13,9 +13,9 @@ pipeline {
// }
stage('TF Plan') {
steps {
container('terraform') {
//container('terraform') {
sh 'terraform version'
}
//}
}
}
// stage('Deploy Helm chart') {