Explorar el Código

Added Jenkinsfile

master
devopsef53 hace 4 meses
padre
commit
525e578d4d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Ver fichero

@@ -26,7 +26,7 @@ terraform apply -auto-approve'''
stage('Destroy') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home
terraform destroy'''
terraform destroy -auto-approve'''
}
}


Cargando…
Cancelar
Guardar