-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: jcasc node configuration for equinox
Signed-off-by: sebastien.heurtematte <[email protected]>
- Loading branch information
1 parent
7be3a3c
commit a0df7ff
Showing
6 changed files
with
628 additions
and
84 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
project+: { | ||
fullName: "eclipse.equinox", | ||
displayName: "Eclipse Equinox" | ||
displayName: "Eclipse Equinox", | ||
# remoteFSSuffix must be individual among all JIPPs which link the eclipse.platform.releng/jenkins/configuration.yml | ||
remoteFSSuffix: "equinox", | ||
}, | ||
jenkins+: { | ||
plugins+: [ | ||
"gerrit-code-review", | ||
"github-checks", | ||
"git-forensics", | ||
"mail-watcher-plugin", | ||
], | ||
}, | ||
} |
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
Oops, something went wrong.