When using jhipster ci-cd it generates a docker compose jenkins.yml file with jenkins:latest
this image is now deprecated in favor of the jenkins/jenkins:lts
The current jenkins image does not install the suggested plugins and fail with errors
The jenkins.yml is very useful for local dev and testing
use jhipster ci-cd in a generated project and see the image field in the generated jenkins.yml
modify the image to be jenkins/jenkins:lts
6.5.1
entityName.json files generated in the .jhipster directory@mohamedzaki90 : would you like to submit a PR with your proposal plz ?
@pascalgrimaud I tried to push a new branch with the fix to make a pr but I got denied.
Push failed
Remote: Permission to jhipster/generator-jhipster.git denied to mohamedzaki90.
@mohamedzaki90 : thanks for trying to contribute !!
In fact, you can't push directly to jhipster/generator-jhipster ; you need to fork first the generator, then you'll be able to push to your fork: mohamedzaki90/generator-jhipster
Then, you'll be able to submit a PR here :)
Don't hesitate to ask if you need help or didn't understand my instructions
Most helpful comment
@mohamedzaki90 : thanks for trying to contribute !!
In fact, you can't push directly to jhipster/generator-jhipster ; you need to fork first the generator, then you'll be able to push to your fork: mohamedzaki90/generator-jhipster
Then, you'll be able to submit a PR here :)
Don't hesitate to ask if you need help or didn't understand my instructions