-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Prevent absolute links from adoc to www.jenkins.io and jenkins.io #5899
Merged
MarkEWaite
merged 14 commits into
jenkins-infra:master
from
MarkEWaite:reject-hard-coded-URL-references
Jan 21, 2023
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
64f11c1
Check adoc for hard-coded jenkins.io references
MarkEWaite 1c45ff8
Merge branch 'master' into reject-hard-coded-URL-references
MarkEWaite d4db0b6
Merge branch 'master' into reject-hard-coded-URL-references
MarkEWaite 185fbf8
Never fail new check on trusted
MarkEWaite bfc2abe
Merge branch 'master' into reject-hard-coded-URL-references
MarkEWaite 27274e3
Merge branch 'master' into reject-hard-coded-URL-references
MarkEWaite f9472d3
Do not run `make check` when deploying (trusted.ci)
MarkEWaite d67b1ba
Make checks and deploy more consistent
MarkEWaite 1c3a5ea
Merge branch 'master' into reject-hard-coded-URL-references
MarkEWaite 09c77e1
Merge branch 'master' into reject-hard-coded-URL-references
MarkEWaite c54182b
Merge branch 'master' into reject-hard-coded-URL-references
MarkEWaite 6f6f91a
Merge branch 'master' into reject-hard-coded-URL-references
dduportal 4ebd8f5
Merge branch 'master' into reject-hard-coded-URL-references
MarkEWaite 2f2c48e
Merge branch 'master' into reject-hard-coded-URL-references
MarkEWaite File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Do not run
make check
when deploying (trusted.ci)
The checks performed by `make check` are advisory. Advisory checks should not stop a deployment from trusted.ci.jenkins.io.
- Loading branch information
commit f9472d3be8b00667c604b7d73941786a659edbc0
There are no files selected for viewing
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsistent with
jenkins.io/Jenkinsfile
Line 92 in f9472d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Included in d67b1ba with a comment to clarify why two conditions are being checked.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@daniel-beck does the change in d67b1ba address your concerns enough that this can be merged or are more changes required?