Hi,
We are using jenkin_exporter directly with python and we are trying to authenticate, but it does not seems to work.
We are using it with basic auth in the url, but it gives 403.
python -u jenkins_exporter.py -j https://user:password@url.com -p 9118
If we give it throught the args (--user --password) it freeze, and does nothing.
python -u jenkins_exporter.py -j https://url.com -p 9118 --user user --password password
How does the athentication works? the server must have a special configuration?
Bye