Przeglądaj źródła

Added Jenkinsfile

master
oalegria182 1 miesiąc temu
rodzic
commit
8a9b62e6a9
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7
    0
      Jenkinsfile

+ 7
- 0
Jenkinsfile Wyświetl plik

@@ -15,5 +15,12 @@ terraform plan'''
}
}

stage('Apply') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home
terraform apply -auto-approve'''
}
}

}
}

Ładowanie…
Anuluj
Zapisz