forked from jenkinsci/jenkins
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into keyboard-shortcuts
- Loading branch information
Showing
5,787 changed files
with
27,665 additions
and
26,735 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: "Label conflicting PRs" | ||
on: | ||
push: | ||
pull_request_target: | ||
types: [synchronize] | ||
|
||
permissions: | ||
pull-requests: write | ||
|
||
jobs: | ||
main: | ||
if: github.event.pull_request.user.login != 'dependabot[bot]' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Label conflicting PRs | ||
uses: eps1lon/actions-label-merge-conflict@b8bf8341285ec9a4567d4318ba474fee998a6919 # v2.0.1 | ||
with: | ||
dirtyLabel: "unresolved-merge-conflict" | ||
repoToken: "${{ secrets.GITHUB_TOKEN }}" | ||
commentOnDirty: "Please take a moment and address the merge conflicts of your pull request. Thanks!" | ||
continueOnMissingPermissions: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
tasks: | ||
- init: | | ||
mvn -am -pl war,bom -P quick-build clean install | ||
command: | | ||
mvn -pl war jetty:run -Dhost=0.0.0.0 | ||
name: Run | ||
- command: gp await-port 8080 && gp url 8080 && gp preview $(gp url 8080)/jenkins/ | ||
name: Preview | ||
|
||
github: | ||
prebuilds: | ||
pullRequestsFromForks: true | ||
addBadge: true | ||
|
||
jetbrains: | ||
intellij: | ||
plugins: | ||
- Stapler plugin for IntelliJ IDEA | ||
prebuilds: | ||
version: stable | ||
|
||
vscode: | ||
extensions: | ||
- vscjava.vscode-java-pack | ||
|
||
image: | ||
file: .gitpod/Dockerfile |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
FROM gitpod/workspace-full | ||
|
||
RUN brew install gh && \ | ||
bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && sdk install maven 3.8.4 && sdk default maven 3.8.4" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.