Stouts / Stouts.jenkins

Ansible role which manage Jenkins CI
MIT License
41 stars 35 forks source link

Some url are working and some other don't #42

Closed Seraf closed 9 years ago

Seraf commented 9 years ago

Hello,

I have a strange behavior : I'm trying to access some url like : https://myjenkins/login => it works I login, then, 404 not found on : https://myjenkins/j_acegi_security_check

Also, a 404 not found on /bitbucket-hook url. I tried a curl on http://127.0.0.1:8000/j_acegi_security_check (or bitbucket-webhook), but got a 404 too even if I'm bypassing the reverse proxy.

Any idea please ?

Here are the parameters used for the role :

jenkins_proxy: nginx
jenkins_proxy_hostname: myjenkins
jenkins_proxy_port: 80

jenkins_plugins:
  - build-pipeline-plugin
  - packer
  - bitbucket
  - bitbucket-approve
  - Parameterized-Remote-Trigger
  - slack
  - ssh-agent
Seraf commented 9 years ago

It was a problem with my configuration, sorry