Przeglądaj źródła

Added Jenkinsfile

master
devops0776 1 rok temu
rodzic
commit
8977c3b792
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3
    2
      Jenkinsfile

+ 3
- 2
Jenkinsfile Wyświetl plik

@@ -1,9 +1,10 @@
pipeline {
agent any
stages {
stage('Test') {
stage('Init') {
steps {
echo 'This is a Test step.'
sh '''export PATH=$PATH:/var/jenkins_home
terraform init'''
}
}


Ładowanie…
Anuluj
Zapisz