Przeglądaj źródła

Added Jenkinsfile

master
devopsd246 1 rok temu
rodzic
commit
a9ad703e10
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz