We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
install launched but jenkins is not deployed on the instance. Seems like the install_jenkins.sh is not invoked during provision.
The text was updated successfully, but these errors were encountered:
Just need to change the jenkins links from jenkins-ci.org to jenkins.io:
amazon-eks-jenkins-terraform/terraform/install_jenkins.sh
Lines 24 to 26 in e21eefa
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
Sorry, something went wrong.
Interesting find. Thank you!!
It seems like the install_jenkins.sh script is not invoked during provision.
No branches or pull requests
install launched but jenkins is not deployed on the instance. Seems like the install_jenkins.sh is not invoked during provision.
The text was updated successfully, but these errors were encountered: