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

Validator to provide warning message when job in a stage is build periodically #3101

Open
VonnyJap opened this issue Apr 28, 2024 · 1 comment
Milestone

Comments

@VonnyJap
Copy link
Member

What happened:

The current procedure for stages dictates that execution always initiates from the stage setup. Therefore, periodic builds of a job without a preceding stage setup job are not allowed.

What you expected to happen:

The validator needs to generate a warning message alerting users that including a job with periodic builds in a stage is not permitted.

How to reproduce it:

If a job with periodic builds is included in a stage, it can be demonstrated that the validator does not display warning messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant