Overview of the issue
Since JHipster v8.7.x and still in v9, I'm not able to generate CI pipeline with jhipster ci-cd sub-generator. I choose gitlab and docker image. It says success but doesn't do anything. Doesn't produce the gitlab-ci.yml file.
Work around found in another jhipster issue that works : Calling the gitlab menu from the command line :
jhipster ci-cd gitlab
This does create the gitlab-ci.yml file.
**Step to reproduce **
- install JHipster:
npm install generator-jhipster@9
- bootstrap project:
jhipster
- run ci-cd subgenerator:
jhipster ci-cd
Related issues
N/A
Suggest a Fix
N/A
JHipster Version(s)
8.7.x and 9
Browsers and Operating System
Windows
Overview of the issue
Since JHipster v8.7.x and still in v9, I'm not able to generate CI pipeline with
jhipster ci-cdsub-generator. I choose gitlab and docker image. It says success but doesn't do anything. Doesn't produce the gitlab-ci.yml file.Work around found in another jhipster issue that works : Calling the gitlab menu from the command line :
jhipster ci-cd gitlabThis does create the gitlab-ci.yml file.
**Step to reproduce **
npm install generator-jhipster@9jhipsterjhipster ci-cdRelated issues
N/A
Suggest a Fix
N/A
JHipster Version(s)
8.7.x and 9
Browsers and Operating System
Windows