test terraform

master
ermisw 2023-10-02 18:31:38 +02:00
parent cf9e949271
commit ab30e55e74
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') {