Since JHipster v8.7.0, I'm not able to generate CI pipeline with jhipster ci-cd sub-generator - as shown below, CLI skips initial platform type question and in result does not create any pipeline configuration.
WARNING! Since JHipster v8, the jhipster command will not use the locally installed generator-jhipster.
If you want to execute the locally installed generator-jhipster, run: npx jhipster
Overview of the issue
Since JHipster v8.7.0, I'm not able to generate CI pipeline with
jhipster ci-cd
sub-generator - as shown below, CLI skips initial platform type question and in result does not create any pipeline configuration.I verified that v8.6.0 works as expected:
Reproduce the error
npm install generator-jhipster@8.7.0
jhipster
jhipster ci-cd
Related issues
N/A
Suggest a Fix
N/A
JHipster Version(s)
8.7.1
JHipster configuration
WARNING! Since JHipster v8, the jhipster command will not use the locally installed generator-jhipster. If you want to execute the locally installed generator-jhipster, run: npx jhipster
Welcome to JHipster v8.7.1
Welcome to the JHipster Information Sub-Generator
JHipster configuration, a
.yo-rc.json
file generated in the root folder.yo-rc.json file
Environment and Tools
openjdk version "21.0.3" 2024-04-16 LTS OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build 21.0.3+9-LTS, mixed mode)
git version 2.39.3 (Apple Git-146)
node: v20.17.0 npm: 10.8.2
Docker version 27.2.0, build 3ab4256
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions
Congratulations, JHipster execution is complete! If you find JHipster useful consider sponsoring the project https://www.jhipster.tech/sponsors/
Thanks for using JHipster!
Browsers and Operating System