test terraform

master
ermisw 2023-10-02 18:00:51 +02:00
parent 8b9e0ce87a
commit cf9e949271
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') {