g0t4 / course-jenkins-getting-started

Jenkins Getting Started (jgsu) Course Materials - An update to my initial version of the course
MIT License
65 stars 391 forks source link

change jenkins version on lts-jdk11 #3

Open ivankoleda opened 2 years ago

ivankoleda commented 2 years ago

Current jenkins version in docker-compose.yml leads to errors while installing default plugins, most of them require a higher jenkins version. Before seeing this error attempted running docker-compose up multiple times, fixing this would save a lot of time for others.

Screenshot 2021-12-28 at 11 50 26
TomSpencerLondon commented 1 year ago

Agreed. I also had this error. Changing to lts-jdk11 works.

roba7o commented 1 year ago

Legend, works for me. Annoying when this happens with tutorials.