test terraform

master
ermisw 2023-10-03 13:44:59 +02:00
parent 930b5f03a1
commit 3ee28a4b68
1 changed files with 5 additions and 5 deletions

10
Jenkinsfile vendored
View File

@ -6,11 +6,11 @@ pipeline {
// //KUBECONFIG = credentials('kubernetes-config')
// }
stages {
// stage('Checkout') {
// steps {
// git 'https://gitea.nttdata-xlabs.com/wiegee/TestJenkins.git'
// }
// }
stage('test') {
steps {
python --version
}
}
stage('TF Plan') {
// agent {
// docker {