You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
We need to have regression tests for all jenkins job that we create. As the number of contributors for the jobs increase and the number of jobs increase, we need a check that would make sure every jenkinsfile that is added has a regression test for it, else, the ci would prevent the PR from merging.
Describe the solution you'd like
One possible solution could be to check if every jenkinsfile in the PS has a jenkinsfile.txt as well.
Open to other solutions
Acceptance Criteria
given I create a jenkins file without a test, ci should fail preventing me from merging the PR
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Good idea. Note that sometimes it's not possible, notably because issues such as jenkinsci/JenkinsPipelineUnit#434, but we should be able to at least have placeholders that reference these.
Is your feature request related to a problem? Please describe
We need to have regression tests for all jenkins job that we create. As the number of contributors for the jobs increase and the number of jobs increase, we need a check that would make sure every jenkinsfile that is added has a regression test for it, else, the ci would prevent the PR from merging.
Describe the solution you'd like
One possible solution could be to check if every
jenkinsfile
in the PS has ajenkinsfile.txt
as well.Open to other solutions
Acceptance Criteria
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: