Explorar el Código

Added Jenkinsfile

master
J_Hayward hace 4 meses
padre
commit
d4edbf110f
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9
    0
      Jenkinsfile

+ 9
- 0
Jenkinsfile Ver fichero

@@ -25,5 +25,14 @@ terraform apply -auto-approve'''
}
}

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

terraform destroy -auto-approve
'''
}
}

}
}

Cargando…
Cancelar
Guardar