Skip to content
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

jenkins deployment failed #4

Open
AndyBoWu opened this issue Nov 15, 2020 · 3 comments
Open

jenkins deployment failed #4

AndyBoWu opened this issue Nov 15, 2020 · 3 comments

Comments

@AndyBoWu
Copy link

install launched but jenkins is not deployed on the instance. Seems like the install_jenkins.sh is not invoked during provision.

@noamgur
Copy link

noamgur commented Dec 29, 2020

Just need to change the jenkins links from jenkins-ci.org to jenkins.io:

wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo
rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key
yum install -y jenkins

Should be:

wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo
rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key
yum -y install jenkins

@andy-canexia
Copy link

Interesting find. Thank you!!

@bsamadi
Copy link

bsamadi commented Sep 3, 2021

It seems like the install_jenkins.sh script is not invoked during provision.

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

4 participants