Skip to content

Jenkins issue on Ubuntu 14.04.5 #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ronyblum opened this issue Jun 28, 2018 · 2 comments
Closed

Jenkins issue on Ubuntu 14.04.5 #65

ronyblum opened this issue Jun 28, 2018 · 2 comments

Comments

@ronyblum
Copy link

Hi,

It seems that Jenkins is not installed properly due to dos2unix not running properly on the install_jenkins_plugins.sh script.
After debugging, seems dos2unix is not installed.

I added apt-get dos2unix it it works fine

@CodeWithOz
Copy link

CodeWithOz commented Sep 23, 2018

@ronyblum I seem to have come upon this same problem. On what line of install_jenkins_plugins.sh did you add apt-get dos2unix for it to work?

@CodeWithOz
Copy link

Never mind. I got it to work by adding

# install dos2unix
sudo apt-get install dos2unix

after these lines 👇

apt-get update
apt-get install -y jenkins
apt-get upgrade

Thanks for pointing out this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants