Sfoglia il codice sorgente

Added Jenkinsfile

master
devops0776 1 anno fa
parent
commit
8977c3b792
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3
    2
      Jenkinsfile

+ 3
- 2
Jenkinsfile Vedi File

@@ -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'''
}
}


Loading…
Annulla
Salva