Hudson authentication via wget is return http error 302
- by Rafael
Hello,
I'm trying to make a script to authenticate in hudson using wget and store the authentication cookie.
The contents of the script is this:
wget \
--no-check-certificate \
--save-cookies /home/hudson/hudson-authentication-cookie \
--output-document "-" \…