Explorar el Código

Added Jenkinsfile

master
devopsd246 hace 1 año
padre
commit
a9ad703e10
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Ver fichero

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


Cargando…
Cancelar
Guardar