Sfoglia il codice sorgente

Added Jenkinsfile

master
devopscd7c 8 mesi fa
parent
commit
eefd8e4a82
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7
    0
      Jenkinsfile

+ 7
- 0
Jenkinsfile Vedi File

@@ -23,5 +23,12 @@ terraform apply -auto-approve'''
}
}

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

}
}

Loading…
Annulla
Salva