test terraform

master
ermisw 2023-10-03 13:46:12 +02:00
parent 3ee28a4b68
commit 5b66dadbbc
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ pipeline {
stages {
stage('test') {
steps {
python --version
sh 'python --version'
}
}
stage('TF Plan') {