Przeglądaj źródła

apply stage

master
devopsde80 8 miesięcy temu
rodzic
commit
9fe4f62213
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8
    0
      Jenkinsfile

+ 8
- 0
Jenkinsfile Wyświetl plik

@@ -17,5 +17,13 @@ terraform plan'''
}
}

stage('Apply') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home

terraform apply -auto-approve'''
}
}

}
}

Ładowanie…
Anuluj
Zapisz