Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ci-cd prompts #24568

Merged
merged 2 commits into from
Dec 15, 2023
Merged

fix ci-cd prompts #24568

merged 2 commits into from
Dec 15, 2023

Conversation

mshima
Copy link
Member

@mshima mshima commented Dec 14, 2023

Fixes #24564


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

atomfrede
atomfrede previously approved these changes Dec 14, 2023
Copy link
Member

@atomfrede atomfrede left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like just now invalid snapshots, so approved as the change is fine imho.

@@ -133,7 +133,7 @@ const command: JHipsterCommandDefinition = {
},
sonarName: {
prompt: {
when: answers => includesValue('ciCd', ['jenkins'])(answers) && includesValue('ciCdIntegrations', ['ciCdIntegrations'])(answers),
when: answers => includesValue('ciCd', ['jenkins'])(answers) && includesValue('ciCdIntegrations', ['sonar'])(answers),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mshima It should includes also 'github', 'gitlab', 'travis'?

Copy link
Member Author

@mshima mshima Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even not sure travis is well or maintained at all. I haven't used it for a long time.

@DanielFran DanielFran merged commit 4965fd5 into main Dec 15, 2023
28 checks passed
@DanielFran DanielFran deleted the ci-cd-prompts branch December 15, 2023 16:08
@deepu105 deepu105 added this to the 8.2.0 milestone Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jhipster ci-cd prompts for unnecessary answers
4 participants