Jenkins plugin workflow-job:2.24 too old?
olafdraeger opened this issue · 4 comments
olafdraeger commented
I was just following the qwiklab from the google coursera kubernetes course which is based on this repo. Jenkins would fail to build anything due to disabled plugins, complaining that workflow-job:2.24 should be at least of version 2.26.
kevinmax101 commented
I just ran into this same issue earlier. I had to update the plugins so the pipeline plugin started correctly.
bramsi commented
before run ./helm install -n cd stable/jenkins -f jenkins/values.yaml --version 0.16.6 --wait
edit file jenkins/values.yaml
, update to :
workflow-job:2.31
then run ./heml install
again
ajay-bangar commented
Same changes introduced in this pull request.
viglesiasce commented
Fixed in #139