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') // //KUBECONFIG = credentials('kubernetes-config')
// } // }
stages { stages {
// stage('Checkout') { stage('test') {
// steps { steps {
// git 'https://gitea.nttdata-xlabs.com/wiegee/TestJenkins.git' python --version
// } }
// } }
stage('TF Plan') { stage('TF Plan') {
// agent { // agent {
// docker { // docker {