You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My working environment is a Windows 10 PC on which I run one VirtualBox based, Vagrant controlled CentOS 7 VM as Ansible master and another one as installation target. These are configured with one NAT NIC and one Host Only NIC each. I'm running behind a firewall so I setup proxy configurations in various places. The ansible-jenkins role is included from another role which sets up the environment: installs Docker, creates the Jenkins config directory, etc. My settings are very similar to the examples from the README file:
I'm running Jenkins as vagrant because it has uid 1000 in my VM's. I'd expect this installation to complete successfully.
Actual Behavior
Installation fails at the wait_for task. None of the *.jpi files ever appear in the /data/jenkins/plugins/ directory. From the logs I see that all the attempts to install the specified plugins have similar results:
Is it correct that location points to a localhost URI?
Steps to Reproduce the Problem
I'm afraid it's not easy to reproduce my setup, as it's rather convoluted. I'm eager to provide additional information, but I'm not sure about what could be of use.
The text was updated successfully, but these errors were encountered:
I dug in a little deeper and I suspect this problem is due to the fact that I add my proxy configuration as part of the additional configuration files which are handled after plugin installation. Does this make sense?
Expected Behavior
My working environment is a Windows 10 PC on which I run one VirtualBox based, Vagrant controlled CentOS 7 VM as Ansible master and another one as installation target. These are configured with one NAT NIC and one Host Only NIC each. I'm running behind a firewall so I setup proxy configurations in various places. The
ansible-jenkins
role is included from another role which sets up the environment: installs Docker, creates the Jenkins config directory, etc. My settings are very similar to the examples from the README file:I'm running Jenkins as vagrant because it has uid 1000 in my VM's. I'd expect this installation to complete successfully.
Actual Behavior
Installation fails at the
wait_for
task. None of the*.jpi
files ever appear in the/data/jenkins/plugins/
directory. From the logs I see that all the attempts to install the specified plugins have similar results:Is it correct that location points to a localhost URI?
Steps to Reproduce the Problem
I'm afraid it's not easy to reproduce my setup, as it's rather convoluted. I'm eager to provide additional information, but I'm not sure about what could be of use.
The text was updated successfully, but these errors were encountered: