Sfoglia il codice sorgente

Added Jenkinsfile

master
devopsd246 1 anno fa
parent
commit
a9ad703e10
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Vedi File

@@ -18,7 +18,7 @@ terraform plan'''
stage('Apply') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home
terraform apply -auto-approve'''
terraform apply -auto-approve'''
}
}


Loading…
Annulla
Salva