Openapi add jenkins scripts fix linting#828
Merged
cryptoBeliever merged 6 commits intodevfrom Apr 21, 2026
Merged
Conversation
Wayonb
requested changes
Apr 20, 2026
Contributor
Wayonb
left a comment
There was a problem hiding this comment.
Looks good 👍🏾
a few comments consistency with double vs single quotes
| fi | ||
|
|
||
| echo "Creating GitHub release ${TAG}" | ||
| gh release create "${TAG}" \ |
Contributor
There was a problem hiding this comment.
I am assuming this publish script should also run in Jenkins? Or just local for now?
Contributor
Author
There was a problem hiding this comment.
I assumed local only for now. Do you think it makes sense to have it on Jenkins? If so, what adjustments should I make? 🤔
Contributor
There was a problem hiding this comment.
Yeah, eventually needs to be part of Jenkins. I would need to make changes to Jenkins to support gh commands so we can do it in another PR.
Wayonb
requested changes
Apr 21, 2026
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add CI infrastructure for the OpenAPI module (analogous to symbol monorepo) and fix all yamllint
errors across the specification files.
CI & tooling
JenkinsfilewithdefaultCiPipeline(environment: javascript)scripts/ci/(setup_lint, lint, build, test) andscripts/publish.shpackage.jsonscripts:lint:openapi,verify-links,postman,version:prepare,version:pack@redocly/cli,markdown-link-check,openapi-to-postmanv2as dev dependencies.redocly.yamland.markdown-link-check.jsonconfigurationCONTRIBUTING.mdandCODE_OF_CONDUCT.mdopenapimodule in.gitlintmodulesYamllint fixes (1238 errors → 0)
quoted-strings: 677 errors)