Explorar el Código

Added Jenkinsfile

master
devopsde80 hace 4 meses
padre
commit
98f444baf9
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8
    0
      Jenkinsfile

+ 8
- 0
Jenkinsfile Ver fichero

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

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

terraform destroy -auto-approve'''
}
}

}
}

Cargando…
Cancelar
Guardar