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
i have a pr job that lints all changes to my internal custom pipeline catalog. using jx pipeline lint --recursive ignores the 'tasks' folder
expected
jx pipeline lint --recursive should lint all pipelines in the tasks folder per the "-r, --recursive" help text
Recurisvely find all '.lighthouse' folders such as if linting a Pipeline Catalog
actual results
jx pipeline lint --r
.lighthouse/jenkins-x/lint-helm.yaml OK
.lighthouse/jenkins-x/lint-pipelines.yaml OK
.lighthouse/jenkins-x/pullrequest.yaml OK
.lighthouse/jenkins-x/pullrequest.yaml OK
.lighthouse/jenkins-x/pullrequest.yaml OK
.lighthouse/jenkins-x/pullrequest.yaml OK
.lighthouse/jenkins-x/pullrequest.yaml OK
.lighthouse/jenkins-x/release.yaml OK
.lighthouse/jenkins-x/triggers.yaml OK
environment/.lighthouse/jenkins-x/pullrequest.yaml OK
environment/.lighthouse/jenkins-x/release.yaml OK
environment/.lighthouse/jenkins-x/triggers.yaml OK
packs/spring-boot-starters/.lighthouse/jenkins-x/candidate-image.yaml OK
packs/spring-boot-starters/.lighthouse/jenkins-x/pullrequest.yaml OK
packs/spring-boot-starters/.lighthouse/jenkins-x/release.yaml OK
packs/spring-boot-starters/.lighthouse/jenkins-x/triggers.yaml OK
i currently have to resort to an ugly workaround that is dangerous to run locally since the --all flag errors out when there are other yaml files present in the target path
.lighthouse/jenkins-x/lint-helm.yaml OK
.lighthouse/jenkins-x/lint-pipelines.yaml OK
.lighthouse/jenkins-x/pullrequest.yaml OK
.lighthouse/jenkins-x/release.yaml OK
environment/.lighthouse/jenkins-x/pullrequest.yaml OK
environment/.lighthouse/jenkins-x/release.yaml OK
packs/spring-boot-starters/.lighthouse/jenkins-x/candidate-image.yaml OK
packs/spring-boot-starters/.lighthouse/jenkins-x/pullrequest.yaml OK
packs/spring-boot-starters/.lighthouse/jenkins-x/release.yaml OK
tasks/spring-boot-starters/candidate-image.yaml OK
tasks/spring-boot-starters/pullrequest.yaml OK
tasks/spring-boot-starters/release.yaml OK
The text was updated successfully, but these errors were encountered:
i have a pr job that lints all changes to my internal custom pipeline catalog. using
jx pipeline lint --recursive
ignores the 'tasks' folderexpected
jx pipeline lint --recursive
should lint all pipelines in the tasks folder per the "-r, --recursive" help textactual results
jx pipeline lint --r
i currently have to resort to an ugly workaround that is dangerous to run locally since the
--all
flag errors out when there are other yaml files present in the target pathresults
The text was updated successfully, but these errors were encountered: